We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90afb7c commit 1e92339Copy full SHA for 1e92339
.github/workflows/publish.yml
@@ -28,6 +28,6 @@ jobs:
28
29
- name: Publish to NPM (stable)
30
if: '!github.event.release.prerelease'
31
- run: npm publish --provenance --access public --tag v2
+ run: npm publish --provenance --access public --tag v2-latest
32
env:
33
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments