Skip to content

Commit 88ddb98

Browse files
remove publish
1 parent 151c3c6 commit 88ddb98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install Node and dependencies
100100
uses: mongodb-labs/drivers-github-tools/node/setup@v2
101101

102-
- run: npm publish --provenance --tag=latest
103-
if: ${{ needs.release_please.outputs.release_created }}
104-
env:
105-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
102+
# - run: npm publish --provenance --tag=latest
103+
# if: ${{ needs.release_please.outputs.release_created }}
104+
# env:
105+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)