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 9d937bd commit 784254cCopy full SHA for 784254c
.github/workflows/release.yml
@@ -109,7 +109,8 @@ jobs:
109
git clone https://github.com/modelcontextprotocol/registry publisher-repo
110
cd publisher-repo
111
make publisher
112
- cp cmd/publisher/bin/mcp-publisher ../mcp-publisher
+ # The publisher binary is output to bin/mcp-publisher by the Makefile
113
+ cp bin/mcp-publisher ../mcp-publisher
114
cd ..
115
chmod +x mcp-publisher
116
0 commit comments