Skip to content

Commit

Permalink
Merge pull request #363 from vedantmgoyal9/patch-1
Browse files Browse the repository at this point in the history
Update winget-releaser to latest
  • Loading branch information
gerardog authored Sep 24, 2024
2 parents 5c18ec9 + bb0be63 commit de30051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
name: Binaries
path: ./artifacts
- name: WinGet Releaser
uses: vedantmgoyal2009/winget-releaser@v2
uses: vedantmgoyal9/winget-releaser@main
if: ${{ env.is_prerelease == 0 }}
with:
token: ${{ secrets.WINGET_RELEASER_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/winget-solo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
name: release-chocolatey
steps:
- name: WinGet Releaser
uses: vedantmgoyal2009/winget-releaser@v2
uses: vedantmgoyal9/winget-releaser@main
with:
token: ${{ secrets.WINGET_RELEASER_TOKEN }}
identifier: gerardog.gsudo
installers-regex: '\.msi$' # Only .msi files
installers-regex: '\.msi$' # Only .msi files

0 comments on commit de30051

Please sign in to comment.