Skip to content

Commit

Permalink
CI: do not fail release if homebrew fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 7, 2023
1 parent 37f6dc2 commit c40029d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ jobs:
if: startsWith(github.event.ref, 'refs/tags/v')
timeout-minutes: 10
needs: [release]
continue-on-error: true
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit c40029d

Please sign in to comment.