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 8d36a9c commit f30cc97Copy full SHA for f30cc97
.github/workflows/release.yml
@@ -302,11 +302,11 @@
302
chmod +x mcp-publisher
303
304
- name: ⚙️ Login to MCP Registry
305
- if: ${{ github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && inputs.dry_run != true) }}
+ if: ${{ github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && !inputs.dry_run) }}
306
run: ./mcp-publisher login github-oidc
307
308
- name: ⚙️ Publish to MCP Registry
309
310
run: ./mcp-publisher publish
311
312
- name: ⚙️ Dry run notification
0 commit comments