Skip to content

Commit f30888d

Browse files
authored
Merge pull request #129 from mfukushim/dev_release
20250930_2
2 parents 8f27030 + 250805f commit f30888d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/release-package.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ jobs:
4040
- run: pnpm publish --provenance --access public --no-git-checks
4141
env:
4242
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
43-
- name: Install MCP Publisher
44-
run: |
45-
# Build publisher from source (requires Go)
46-
git clone https://github.com/modelcontextprotocol/registry publisher-repo
47-
cd publisher-repo
48-
make publisher
49-
cp cmd/publisher/bin/mcp-publisher ../mcp-publisher
50-
cd ..
51-
chmod +x mcp-publisher
52-
53-
- name: Login to MCP Registry
54-
run: ./mcp-publisher login github-oidc
55-
56-
- name: Publish to MCP Registry
57-
run: ./mcp-publisher publish
43+
# - name: Install MCP Publisher
44+
# run: |
45+
# # Build publisher from source (requires Go)
46+
# git clone https://github.com/modelcontextprotocol/registry publisher-repo
47+
# cd publisher-repo
48+
# make publisher
49+
# cp cmd/publisher/bin/mcp-publisher ../mcp-publisher
50+
# cd ..
51+
# chmod +x mcp-publisher
52+
#
53+
# - name: Login to MCP Registry
54+
# run: ./mcp-publisher login github-oidc
55+
#
56+
# - name: Publish to MCP Registry
57+
# run: ./mcp-publisher publish

0 commit comments

Comments
 (0)