Skip to content

Commit 89b8f41

Browse files
committed
fix ci
1 parent e374ad2 commit 89b8f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
echo "✓ Version check passed: server.json has correct version $ACTUAL_VERSION"
253253
- name: Install MCP Publisher
254254
run: |
255-
curl -L "https://github.com/modelcontextprotocol/publisher/releases/latest/download/mcp-publisher-linux-x64.tar.gz" | tar xz
255+
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.0.0/mcp-publisher_1.0.0_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
256256
chmod +x mcp-publisher
257257
- name: Login to MCP Registry
258258
run: ./mcp-publisher login github-oidc

0 commit comments

Comments
 (0)