Skip to content

Commit c66b005

Browse files
committed
fix: revert mcp publish changes
1 parent d466042 commit c66b005

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,8 @@ jobs:
3131
run: npm run build --if-present
3232

3333
- name: Install MCP Publisher
34-
# Pinned to v1.3.3 linux_amd64. To upgrade: bump VERSION and SHA256
35-
# (capture via: shasum -a 256 mcp-publisher_linux_amd64.tar.gz, or use
36-
# registry_<ver>_checksums.txt from the release).
37-
env:
38-
VERSION: v1.3.3
39-
SHA256: 1113b9d6bf59b000966c4f17752cf87b51db03dcc5482721421fd843ce3bf048
4034
run: |
41-
curl -fsSL -o mcp-publisher.tar.gz \
42-
"https://github.com/modelcontextprotocol/registry/releases/download/${VERSION}/mcp-publisher_linux_amd64.tar.gz"
43-
echo "${SHA256} mcp-publisher.tar.gz" | sha256sum -c -
44-
tar xzf mcp-publisher.tar.gz mcp-publisher
45-
rm mcp-publisher.tar.gz
46-
35+
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.3.3/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
4736
- name: Login to MCP Registry
4837
run: ./mcp-publisher login github-oidc
4938

0 commit comments

Comments
 (0)