diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 254c2664..4038fb0f 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -6,7 +6,8 @@ jobs: publish: runs-on: windows-latest # action can only be run on windows steps: - - uses: vedantmgoyal2009/winget-releaser@latest + - uses: vedantmgoyal2009/winget-releaser@v1 with: identifier: h3poteto.whalebird-desktop + version: ${{ github.event.release.tag_name }} token: ${{ secrets.WINGET_TOKEN }}