Skip to content

chore(ci): use correct homebrew-tap repo name in release workflow - #111

Merged
its-mash merged 1 commit into
mainfrom
fix/homebrew-tap-repo-name
Feb 17, 2026
Merged

chore(ci): use correct homebrew-tap repo name in release workflow#111
its-mash merged 1 commit into
mainfrom
fix/homebrew-tap-repo-name

Conversation

@its-mash

Copy link
Copy Markdown
Member

Summary

  • The tap repo was renamed from homebrew-mcpmux to homebrew-tap, but the update-homebrew job in release.yml still cloned the old name
  • This caused the job to fail, leaving the cask with placeholder SHA256 values and breaking brew install --cask mcpmux/tap/mcpmux
  • Updated the git clone URL to use the correct homebrew-tap.git repo name

Test plan

  • Trigger a release (or manually run the update-homebrew job) and verify it successfully clones homebrew-tap and pushes updated SHA256 hashes
  • Run brew install --cask mcpmux/tap/mcpmux on a clean machine and confirm it installs successfully

🤖 Generated with Claude Code

The tap repo was renamed from homebrew-mcpmux to homebrew-tap, but the
update-homebrew job still referenced the old name. This caused the job
to fail silently, leaving the cask with placeholder SHA256 values and
breaking `brew install --cask mcpmux/tap/mcpmux`.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: mash <mash@mashs-MacBook-Pro.local>
@its-mash its-mash changed the title fix(ci): use correct homebrew-tap repo name in release workflow chore(ci): use correct homebrew-tap repo name in release workflow Feb 17, 2026
@its-mash
its-mash merged commit 4efefb0 into main Feb 17, 2026
3 checks passed
@its-mash
its-mash deleted the fix/homebrew-tap-repo-name branch February 17, 2026 12:58
its-mash added a commit that referenced this pull request Feb 17, 2026
The tap repo was renamed from homebrew-mcpmux to homebrew-tap, but the
update-homebrew job still referenced the old name. This caused the job
to fail silently, leaving the cask with placeholder SHA256 values and
breaking `brew install --cask mcpmux/tap/mcpmux`.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant