Skip to content

Commit 1e92339

Browse files
committedOct 6, 2024·
ci(github-actions): fix npm tag
1 parent 90afb7c commit 1e92339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828

2929
- name: Publish to NPM (stable)
3030
if: '!github.event.release.prerelease'
31-
run: npm publish --provenance --access public --tag v2
31+
run: npm publish --provenance --access public --tag v2-latest
3232
env:
3333
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.