Skip to content

Commit 2f5666e

Browse files
its-mashclaude
authored andcommitted
chore(ci): use correct homebrew-tap repo name in release workflow (#111)
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>
1 parent b15482b commit 2f5666e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
--repo "${{ github.repository }}"
265265
266266
# ─────────────────────────────────────────────────────────────
267-
# Update Homebrew Tap: Push new version to homebrew-mcpmux
267+
# Update Homebrew Tap: Push new version to homebrew-tap
268268
# ─────────────────────────────────────────────────────────────
269269
update-homebrew:
270270
needs: [release-please, publish-release]
@@ -294,7 +294,7 @@ jobs:
294294
echo "x64 SHA256: $SHA_X64"
295295
296296
# Clone the tap repo and update the cask
297-
git clone https://x-access-token:${GH_TOKEN}@github.com/mcpmux/homebrew-mcpmux.git tap
297+
git clone https://x-access-token:${GH_TOKEN}@github.com/mcpmux/homebrew-tap.git tap
298298
299299
# Generate cask file (Ruby heredoc content with shell variable expansion)
300300
CASK_FILE="tap/Casks/mcpmux.rb"

0 commit comments

Comments
 (0)