Skip to content

Commit a9f8569

Browse files
committed
pr check
1 parent 9aa43a9 commit a9f8569

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ jobs:
260260
id-token: write
261261
needs:
262262
- 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
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
265265
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'
266266
steps:
267267
- uses: ./.github/actions/setup-node-pnpm

0 commit comments

Comments
 (0)