Skip to content

Commit 1939193

Browse files
committed
Fix mcp-publisher download URL: v1.5.0 dropped version from asset filename
Old: mcp-publisher_1.1.0_linux_amd64.tar.gz New: mcp-publisher_linux_amd64.tar.gz
1 parent 4c72ad8 commit 1939193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)