Skip to content

Commit 63f5b28

Browse files
committed
ci: pin MCP Publisher to v1.2.3
Update GitHub Actions workflow to use specific version of MCP Publisher instead of latest to ensure build reproducibility.
1 parent 878749d commit 63f5b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-mcp.yml

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

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

0 commit comments

Comments
 (0)