Skip to content

Commit

Permalink
Do not fail publish workflow when winget deploy step fails (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer authored Feb 18, 2024
1 parent 88a99f8 commit 705b663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ jobs:

- name: Deploy to WinGet
uses: vedantmgoyal2009/winget-releaser@v2
continue-on-error: true
with:
identifier: ChilliBits.Spice
version: ${{ github.ref_name }}
Expand Down

0 comments on commit 705b663

Please sign in to comment.