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 ba5e018 commit 6a1df76Copy full SHA for 6a1df76
.github/workflows/release-6.8.yml
@@ -101,7 +101,9 @@ jobs:
101
102
# Just picking a string to put here so that releases from this branch are not marked "latest",
103
# we should go and rm-dist-tag after this is published, no reason to keep it tagged.
104
- - run: npm publish --provenance --tag=stable
+ - run: |
105
+ npm publish --provenance --tag=tag-for-publishing-older-releases
106
+ npm dist-tag rm mongodb tag-for-publishing-older-releases
107
if: ${{ needs.release_please.outputs.release_created }}
108
env:
109
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments