diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8909fa92d..947a6fd95 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -354,8 +354,9 @@ jobs: tag: ${{ github.ref }} - name: Deploy to WinGet - uses: vedantmgoyal2009/winget-releaser@latest + uses: vedantmgoyal2009/winget-releaser@v1 with: identifier: ChilliBits.Spice - release-tag: ${{ github.ref }} - token: ${{ secrets.CR_PAT }} \ No newline at end of file + version: ${{ github.ref_name }} + release-tag: ${{ github.ref_name }} + token: ${{ secrets.CR_PAT }}