Skip to content

Commit 511483d

Browse files
fix: Update MCP Publisher version in workflow
- 🔧 Changed MCP Publisher download link to specific version v1.2.3 - 📦 Ensures consistent installation of the MCP Publisher for builds
1 parent b5a19ca commit 511483d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Install MCP Publisher
4242
run: |
43-
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
43+
curl -L "https://github.com/modelcontextprotocol/registry/releases/download/v1.2.3/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
4444
4545
- name: Login to MCP Registry
4646
run: ./mcp-publisher login github-oidc

0 commit comments

Comments
 (0)