Skip to content

Commit ed25933

Browse files
committed
fix: use right url + add manual triggering
1 parent 72f91df commit ed25933

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-mcp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
secrets:
66
MCP_KEY:
77
required: true
8+
workflow_dispatch:
89

910
jobs:
1011
publish-mcp:
@@ -19,7 +20,7 @@ jobs:
1920
env:
2021
MCP_KEY: ${{ secrets.MCP_KEY }}
2122
run: |
22-
NAME=mcp-publisher_1.3.3_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz
23+
NAME=mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz
2324
# Download MCP Publisher pinned to v1.3.3 using latest https for security and save it to a file named mcp-publisher.tar.gz
2425
curl --proto '=https' --proto-redir '=https' --tlsv1.2 -fL "https://github.com/modelcontextprotocol/registry/releases/download/v1.3.3/$NAME" -O
2526

0 commit comments

Comments
 (0)