Skip to content

Commit

Permalink
Update publish.yml (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Auberer <marc.auberer@chillibits.com>
  • Loading branch information
vedantmgoyal9 and marcauberer authored Oct 3, 2022
1 parent de8aa86 commit bbe6320
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
version: ${{ github.ref_name }}
release-tag: ${{ github.ref_name }}
token: ${{ secrets.CR_PAT }}

0 comments on commit bbe6320

Please sign in to comment.