Skip to content

Commit f34d3fd

Browse files
author
GitLab CI
committed
fix(ci): install mcp-publisher as Go binary from GitHub releases
1 parent 3dddaa9 commit f34d3fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,10 @@ jobs:
500500
node-version: '20'
501501

502502
- name: Install mcp-publisher
503-
run: npm install -g @anthropic-ai/mcp-publisher || npm install -g mcp-publisher
503+
run: |
504+
curl -sL https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher-linux-amd64 -o /usr/local/bin/mcp-publisher
505+
chmod +x /usr/local/bin/mcp-publisher
506+
mcp-publisher --version
504507
505508
- name: Verify version in server.json
506509
run: |

0 commit comments

Comments
 (0)