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 9e1d538 commit 3b5625bCopy full SHA for 3b5625b
.github/workflows/release-6.x.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=6.x
+ - run: npm publish --provenance --tag=6x
103
if: ${{ needs.release_please.outputs.release_created }}
104
env:
105
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments