Skip to content

Commit 54cb87c

Browse files
author
Justin Poehnelt
committed
build: update MCP Publisher installation to use specific version v1.0.0
1 parent 954d6a0 commit 54cb87c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
version: "pnpm ci:version"
5858
- name: Install MCP Publisher
5959
run: |
60-
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
60+
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 && sudo mv mcp-publisher /usr/local/bin/
6161
- name: Login to MCP Registry
6262
run: |
6363
echo "${{ secrets.MCP_REGISTRY_PRIVATE_KEY }}" > key.pem

0 commit comments

Comments
 (0)