Skip to content

Commit

Permalink
ci(release_cli): continue on error when bumping homebrew formula (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Oct 30, 2023
1 parent 6c38b0f commit ef906ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Bump Homebrew formula
continue-on-error: true
if: needs.build.outputs.prerelease != 'true'
uses: dawidd6/action-homebrew-bump-formula@v3
with:
Expand Down

0 comments on commit ef906ab

Please sign in to comment.