diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a47cd9c7..281daf5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/.github/workflows/winget-solo.yml b/.github/workflows/winget-solo.yml index 57aadd9c..139f90f7 100644 --- a/.github/workflows/winget-solo.yml +++ b/.github/workflows/winget-solo.yml @@ -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 \ No newline at end of file + installers-regex: '\.msi$' # Only .msi files