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 ce3e544 commit 6f5548aCopy full SHA for 6f5548a
.github/workflows/release-6.4.yml
@@ -99,7 +99,7 @@ jobs:
99
- name: Install Node and dependencies
100
uses: mongodb-labs/drivers-github-tools/node/setup@v2
101
102
- - run: npm publish --provenance --tag legacy --dry-run
+ - run: npm publish --provenance --tag legacy
103
if: ${{ needs.release_please.outputs.release_created }}
104
env:
105
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments