We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b952f commit fad9ad6Copy full SHA for fad9ad6
.github/workflows/release.yaml
@@ -222,4 +222,4 @@ jobs:
222
- name: Build module
223
run: npm run build
224
- name: Publish to NPM
225
- run: npm publish --tag latest
+ run: npm publish --access public --tag latest
0 commit comments