Skip to content
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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
--repo "${{ github.repository }}"

# ─────────────────────────────────────────────────────────────
# Update Homebrew Tap: Push new version to homebrew-mcpmux
# Update Homebrew Tap: Push new version to homebrew-tap
# ─────────────────────────────────────────────────────────────
update-homebrew:
needs: [release-please, publish-release]
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
echo "x64 SHA256: $SHA_X64"

# Clone the tap repo and update the cask
git clone https://x-access-token:${GH_TOKEN}@github.com/mcpmux/homebrew-mcpmux.git tap
git clone https://x-access-token:${GH_TOKEN}@github.com/mcpmux/homebrew-tap.git tap

# Generate cask file (Ruby heredoc content with shell variable expansion)
CASK_FILE="tap/Casks/mcpmux.rb"
Expand Down