Skip to content

Commit

Permalink
ci(release_cli): fix homebrew job (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger authored Nov 27, 2023
1 parent c1e3f41 commit f873a28
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/release_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,12 @@ jobs:
continue-on-error: true
steps:
- name: Bump Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
org: biomejs
token: ${{ secrets.HOMEBREW_BUMP_PR_TOKEN }}
formula: biome
run: >
brew bump-formula-pr
--no-audit
--no-browse
--version "${{ needs.build.outputs.version }}"
--fork-org ${{ github.repository_owner }}
biome
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_BUMP_PR_TOKEN }}

0 comments on commit f873a28

Please sign in to comment.