Skip to content

Commit

Permalink
fixes homebrew formulas
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Oct 12, 2023
1 parent 856704b commit 408c433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
- name: Update homebrew formulas
run: |
git config --global url."https://x-access-token:$(echo "${HOMEBREW_GITHUB_TOKEN}" | xargs)@github.com/pyroscope-io/homebrew-brew".insteadOf "https://github.com/pyroscope-io/homebrew-brew"
git config --global user.email "[email protected]"
git config --global user.name "Pyroscope Bot <[email protected]>"
git clone https://github.com/pyroscope-io/homebrew-brew ../homebrew-brew
cd ../homebrew-brew
make generate-formulas && git add Formula && git commit -m "chore: update formulas" && git push origin main
Expand Down

0 comments on commit 408c433

Please sign in to comment.