File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ jobs:
213213 - name : Install MCP Publisher CLI
214214 if : steps.version-check.outputs.version_changed == 'true' && github.ref == 'refs/heads/main'
215215 run : |
216- curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.5.0/mcp-publisher_1.5.0_ $(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
216+ curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.5.0/mcp-publisher_ $(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
217217 chmod +x mcp-publisher
218218
219219 - name : Login to MCP Registry (GitHub OIDC)
You can’t perform that action at this time.
0 commit comments