Skip to content

Commit

Permalink
Use individual fork to submit homebrew updates (#1064)
Browse files Browse the repository at this point in the history
### Public-Facing Changes
None

### Description
Use @foxglovebot's "personal" fork of homebrew to release CLI versions,
rather than the @foxglove org's fork. This allows homebrew automation to
amend the PR.

Fixes #1063
  • Loading branch information
amacneil authored Feb 14, 2024
1 parent ac69dc6 commit 5445c54
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,16 +459,10 @@ jobs:
id: extract-version
run: |
printf "::set-output name=%s::%s\n" version-number "${GITHUB_REF#refs/tags/releases/mcap-cli/v}"
- uses: mislav/bump-homebrew-formula-action@b3327118b2153c82da63fd9cbf58942146ee99f0
- uses: mislav/bump-homebrew-formula-action@5a3f2e95b18e8647880bffc858ab1a71da42af4c
with:
# Note: Don't override push-to (see: https://github.com/foxglove/mcap/issues/1063)
formula-name: mcap
push-to: foxglove/homebrew-core
commit-message: |
{{formulaName}} ${{ steps.extract-version.outputs.version-number }}
Created by https://github.com/mislav/bump-homebrew-formula-action
cc @foxglove/mcap-cli-maintainers
env:
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}

Expand Down

0 comments on commit 5445c54

Please sign in to comment.