Skip to content

Commit

Permalink
chore: stop homebrew and winget releases cancelling each other in the…
Browse files Browse the repository at this point in the history
… event of failure
  • Loading branch information
sekwah41 committed Dec 16, 2023
1 parent bf8aa27 commit 88c6f30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- publish
- release-please
runs-on: macos-latest
continue-on-error: true
steps:
- uses: Homebrew/actions/bump-packages@master
with:
Expand All @@ -83,6 +84,7 @@ jobs:
- publish
- release-please
runs-on: windows-latest
continue-on-error: true
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
Expand Down

0 comments on commit 88c6f30

Please sign in to comment.