We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5ba4a commit ae10edcCopy full SHA for ae10edc
1 file changed
.github/workflows/publish-npm.yml
@@ -39,6 +39,6 @@ jobs:
39
run: npm run build:all
40
41
- name: Publish to npmjs.com
42
- run: npm publish --access public
+ run: npm publish --access public --tag latest
43
env:
44
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments