We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50cb48 commit 0a19097Copy full SHA for 0a19097
.github/workflows/release-docker.yml
@@ -62,14 +62,12 @@ jobs:
62
git clone https://github.com/modelcontextprotocol/registry publisher-repo
63
cd publisher-repo
64
make publisher
65
- cp cmd/publisher/bin/mcp-publisher ../mcp-publisher
+ cp bin/mcp-publisher ../mcp-publisher
66
cd ..
67
chmod +x mcp-publisher
68
69
- name: Login to MCP Registry
70
- run: mcp-publisher login github --token ${{ secrets.GITHUB_TOKEN }}
71
- env:
72
- GITHUB_TOKEN: ${{ secrets.MCP_GITHUB_TOKEN }}
+ run: ./mcp-publisher login github --token ${{ secrets.MCP_GITHUB_TOKEN }}
73
74
- name: Publish to MCP Registry
75
run: ./mcp-publisher publish
0 commit comments