mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-05 12:10:37 +00:00
Merge cd35848185 into 23060cb8af
This commit is contained in:
commit
dc53e9dfa3
16
.github/workflows/winget-release.yml
vendored
Normal file
16
.github/workflows/winget-release.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Publish release to WinGet
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [released]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
publish:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: vedantmgoyal9/winget-releaser@main
|
||||||
|
with:
|
||||||
|
identifier: MikeFarah.yq
|
||||||
|
installers-regex: 'yq_windows_amd64\.exe$'
|
||||||
|
version: ${{ github.event.release.tag_name }}
|
||||||
|
token: ${{ secrets.WINGET_TOKEN }}
|
||||||
Loading…
Reference in New Issue
Block a user