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] 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 }}