Skip to content

Commit 85439fb

Browse files
committed
Update MCP Publisher CLI to v1.1.0 in GitHub Actions workflow
1 parent 6168349 commit 85439fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)