We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382aa53 commit 2898ed7Copy full SHA for 2898ed7
1 file changed
.github/workflows/publish.yml
@@ -52,6 +52,6 @@ jobs:
52
53
- name: Publish
54
# npm publish will trigger the build via the prepack hook
55
- run: npm publish
+ run: npm publish --access public
56
env:
57
NODE_AUTH_TOKEN: ${{ secrets.NPM_WOMBOT_TOKEN }}
0 commit comments