diff --git a/.github/workflows/insider-windows.yml b/.github/workflows/insider-windows.yml index b75c832..16f931a 100644 --- a/.github/workflows/insider-windows.yml +++ b/.github/workflows/insider-windows.yml @@ -128,7 +128,7 @@ jobs: RELEASE_VERSION: ${{ needs.build.outputs.RELEASE_VERSION }} - name: Release to WinGet - uses: vedantmgoyal2009/winget-releaser@v1 + uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: ${{ env.APP_IDENTIFIER }} version: ${{ env.RELEASE_VERSION }} diff --git a/.github/workflows/stable-windows.yml b/.github/workflows/stable-windows.yml index 9103f17..32e9df9 100644 --- a/.github/workflows/stable-windows.yml +++ b/.github/workflows/stable-windows.yml @@ -121,7 +121,7 @@ jobs: RELEASE_VERSION: ${{ needs.build.outputs.RELEASE_VERSION }} - name: Release to WinGet - uses: vedantmgoyal2009/winget-releaser@v1 + uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: ${{ env.APP_IDENTIFIER }} version: ${{ env.RELEASE_VERSION }}