Skip to content

Commit 6a1df76

Browse files
committed
chore: use and remove temp tag
1 parent ba5e018 commit 6a1df76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-6.8.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ jobs:
101101

102102
# Just picking a string to put here so that releases from this branch are not marked "latest",
103103
# we should go and rm-dist-tag after this is published, no reason to keep it tagged.
104-
- run: npm publish --provenance --tag=stable
104+
- run: |
105+
npm publish --provenance --tag=tag-for-publishing-older-releases
106+
npm dist-tag rm mongodb tag-for-publishing-older-releases
105107
if: ${{ needs.release_please.outputs.release_created }}
106108
env:
107109
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)