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 9aa43a9 commit a9f8569Copy full SHA for a9f8569
1 file changed
.github/workflows/publish.yml
@@ -260,8 +260,8 @@ jobs:
260
id-token: write
261
needs:
262
- check-atlas-mcp-remote
263
- # below condition can be removed once the first version of this package has been
264
- # published to npm manually, see https://jira.mongodb.org/browse/MCP-493
+ # below condition can be removed once the first version of this package has been
+ # published to npm manually, see https://jira.mongodb.org/browse/MCP-493
265
if: needs.check-atlas-mcp-remote.outputs.VERSION_EXISTS == 'false' && needs.check-atlas-mcp-remote.outputs.PACKAGE_EXISTS_ON_NPM == 'true' && needs.check-atlas-mcp-remote.outputs.NPM_VERSION != '0.0.0'
266
steps:
267
- uses: ./.github/actions/setup-node-pnpm
0 commit comments