Merge pull request #1282 from vedantmgoyal9/patch-1
Update winget-releaser to latest
This commit is contained in:
6
.github/workflows/winget.yml
vendored
6
.github/workflows/winget.yml
vendored
@@ -8,10 +8,10 @@ env:
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: windows-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: vedantmgoyal2009/winget-releaser@v1
|
||||
- uses: vedantmgoyal9/winget-releaser@2
|
||||
with:
|
||||
identifier: ${{ env.IDENTIFIER }}
|
||||
version: ${{ github.event.release.tag_name }}
|
||||
token: ${{ secrets.WINGET_TOKEN }}
|
||||
token: ${{ secrets.WINGET_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user