mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-03 10:55:36 +00:00
Create winget-release.yml
This commit is contained in:
parent
4532346e13
commit
cd35848185
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