From 0e656e4363f7494e81141faa2f9ac219e2590fff Mon Sep 17 00:00:00 2001 From: yuna0x0 Date: Sun, 28 Sep 2025 22:59:57 +0900 Subject: [PATCH] docs: update download link of mcp-publisher in GitHub Actions to 1.1.0 --- docs/guides/publishing/github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/publishing/github-actions.md b/docs/guides/publishing/github-actions.md index b49b445f..a320136b 100644 --- a/docs/guides/publishing/github-actions.md +++ b/docs/guides/publishing/github-actions.md @@ -61,7 +61,7 @@ jobs: - name: Install MCP Publisher run: | - 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 + 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 - name: Login to MCP Registry run: ./mcp-publisher login github-oidc