Skip to content

Commit 2f9ce4f

Browse files
committed
chore: update publish command to skip npm publish in CI
1 parent 4d7201e commit 2f9ce4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@semantic-release/exec",
88
{
99
"prepareCmd": "jq \".version = \\\"${nextRelease.version}\\\"\" package.json > package.json.tmp && mv package.json.tmp package.json && jq \".version = \\\"${nextRelease.version}\\\"\" manifest.json > manifest.json.tmp && mv manifest.json.tmp manifest.json && jq \".version = \\\"${nextRelease.version}\\\"\" mcp.json > mcp.json.tmp && mv mcp.json.tmp mcp.json && jq \".version = \\\"${nextRelease.version}\\\"\" gemini-extension.json > gemini-extension.json.tmp && mv gemini-extension.json.tmp gemini-extension.json && bun run mcpb:pack",
10-
"publishCmd": "npm publish --access public --registry https://registry.npmjs.org/"
10+
"publishCmd": "echo 'Skipping npm publish in CI'"
1111
}
1212
],
1313
[

0 commit comments

Comments
 (0)