Skip to content

Commit 6e0a494

Browse files
Merge pull request #164 from tech-sushant/tech-sushant-patch-1
Update MCP Publisher download URL to v1.1.0
2 parents c858b22 + d6b5f9c commit 6e0a494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mcp-registry-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333
- name: Install MCP Publisher
3434
run: |
35-
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/latest/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
36-
35+
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
36+
3737
- name: Login to MCP Registry
3838
run: ./mcp-publisher login github-oidc
3939

0 commit comments

Comments
 (0)