Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use individual fork to submit homebrew updates #1064

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading