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 d9bf5c8 commit 186d5f3Copy full SHA for 186d5f3
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
- name: Install Node and dependencies
100
uses: mongodb-labs/drivers-github-tools/node/setup@v3
101
102
- - run: npm publish --provenance --tag=alpha
+ - 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