Skip to content

Commit

Permalink
Merge branch 'master' into dotnet8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardog authored Sep 24, 2024
2 parents 2a3eba7 + de30051 commit a75777b
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 a75777b

Please sign in to comment.