Skip to content

Commit

Permalink
chore: fixes homebrew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Oct 12, 2023
1 parent 1f8c9dd commit 856704b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
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 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 to ${}" && git push origin main
make generate-formulas && git add Formula && git commit -m "chore: update formulas" && git push origin main
env:
HOMEBREW_GITHUB_TOKEN: ${{ steps.brew-token.outputs.token }}
GITHUB_TOKEN: ${{ steps.app-goreleaser.outputs.token }}

0 comments on commit 856704b

Please sign in to comment.