We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c72ad8 commit 1939193Copy full SHA for 1939193
1 file changed
.github/workflows/main.yml
@@ -213,7 +213,7 @@ jobs:
213
- name: Install MCP Publisher CLI
214
if: steps.version-check.outputs.version_changed == 'true' && github.ref == 'refs/heads/main'
215
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
+ 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
217
chmod +x mcp-publisher
218
219
- name: Login to MCP Registry (GitHub OIDC)
0 commit comments