Skip to content

Commit

Permalink
Remove update-homebrew-formula CI job (#1163)
Browse files Browse the repository at this point in the history
This job is broken, and is no longer necessary since mcap will be
auto-bumped by the homebrew infrastructure:
#1063 (comment)
  • Loading branch information
jtbandes committed Apr 25, 2024
1 parent fd9a45c commit aa4c645
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -462,23 +462,6 @@ jobs:
body_path: ${{ github.workspace }}-CHANGELOG.txt
draft: false

update-homebrew-formula:
needs:
- go-release-cli
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/releases/mcap-cli/v')
runs-on: ubuntu-latest
steps:
- name: Extract version
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@868bf7871f81dda58cc50fe1d17ea83ae1f3f929
with:
# Note: Don't override push-to (see: https://github.com/foxglove/mcap/issues/1063)
formula-name: mcap
env:
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}

swift:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit aa4c645

Please sign in to comment.