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 @@ -204,7 +204,7 @@ jobs:
204204 - name : Install MCP Publisher CLI
205205 if : steps.version-check.outputs.version_changed == 'true' && github.ref == 'refs/heads/main'
206206 run : |
207- 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
207+ curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.1 .0/mcp-publisher_1.1 .0_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
208208 chmod +x mcp-publisher
209209
210210 - name : Login to MCP Registry (GitHub OIDC)
You can’t perform that action at this time.
0 commit comments