Skip to content

Commit ae10edc

Browse files
committed
add tag to npm workflow
1 parent 0d5ba4a commit ae10edc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
run: npm run build:all
4040

4141
- name: Publish to npmjs.com
42-
run: npm publish --access public
42+
run: npm publish --access public --tag latest
4343
env:
4444
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)