We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d2044 commit 7879409Copy full SHA for 7879409
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Install MCP Publisher
34
run: |
35
- curl -L "https://github.com/modelcontextprotocol/registry/releases/download/latest/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
+ curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.2.3/mcp-publisher_1.2.3_linux_amd64.tar.gz" | tar xz mcp-publisher
36
37
- name: Login to MCP Registry
38
run: ./mcp-publisher login github-oidc
0 commit comments