Skip to content

Commit

Permalink
CI: wait for release before bumping homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 12, 2023
1 parent 4f23c85 commit ebd675f
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 @@ -237,6 +237,7 @@ jobs:
bump-homebrew-formula:
runs-on: macos-latest
timeout-minutes: 10
needs: [release]
continue-on-error: true
if: startsWith(github.event.ref, 'refs/tags/v')
steps:
Expand Down

0 comments on commit ebd675f

Please sign in to comment.