There was an error while loading. Please reload this page.
1 parent eb1eb6a commit 73276f7Copy full SHA for 73276f7
1 file changed
.github/workflows/build.yml
@@ -66,9 +66,7 @@ jobs:
66
env:
67
VERSION: ${{ github.ref_name }}
68
run: |
69
- # get homebrew in path
70
- eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
71
- brew install mcp-publisher@1.5.0
+ 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
72
mcp-publisher login github-oidc
73
# patch version
74
sed -i "s/{{VERSION}}/$VERSION/g" server.json
0 commit comments