File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 5656 cache-from : type=gha
5757 cache-to : type=gha,mode=max
5858
59+ - name : Install MCP Publisher
60+ run : |
61+ # Build publisher from source (requires Go)
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
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 }}
73+
74+ - name : Publish to MCP Registry
75+ run : ./mcp-publisher publish
76+
5977 - name : Create GitHub Release (auto notes)
6078 uses : softprops/action-gh-release@v2
6179 with :
Original file line number Diff line number Diff line change 77 "url" : " https://github.com/zenml-io/mcp-zenml" ,
88 "source" : " github"
99 },
10- "version" : " 1.0.1 " ,
10+ "version" : " 1.0.3 " ,
1111 "packages" : [
1212 {
1313 "registry_type" : " oci" ,
You can’t perform that action at this time.
0 commit comments