Skip to content

Commit 73276f7

Browse files
authored
CI: pin mcp-publisher version by direct download (impossible with brew) (#318)
1 parent eb1eb6a commit 73276f7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ jobs:
6666
env:
6767
VERSION: ${{ github.ref_name }}
6868
run: |
69-
# get homebrew in path
70-
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
71-
brew install mcp-publisher@1.5.0
69+
curl -fsSL https://github.com/modelcontextprotocol/registry/releases/download/v1.5.0/mcp-publisher_linux_amd64.tar.gz | tar xz -C /usr/local/bin mcp-publisher
7270
mcp-publisher login github-oidc
7371
# patch version
7472
sed -i "s/{{VERSION}}/$VERSION/g" server.json

0 commit comments

Comments
 (0)