From 5430e7c2d2cb4e4b52e8c96ed66756be2fa4d236 Mon Sep 17 00:00:00 2001 From: Vedant <83997633+vedantmgoyal9@users.noreply.github.com> Date: Fri, 28 Jun 2024 00:38:44 +0530 Subject: [PATCH 1/2] Update winget-releaser to latest --- .github/workflows/winget-solo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From bb0be63a31bd10adf175f290b86c84edb8dfdb9b Mon Sep 17 00:00:00 2001 From: Vedant <83997633+vedantmgoyal9@users.noreply.github.com> Date: Fri, 28 Jun 2024 00:39:51 +0530 Subject: [PATCH 2/2] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}