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 2692ed8 commit 23904bcCopy full SHA for 23904bc
.github/workflows/ci.yml
@@ -59,4 +59,4 @@ jobs:
59
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
60
env:
61
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
62
- run: npm publish ./*.tgz --tag experimental
+ run: npm publish --access public ./*.tgz --tag experimental
0 commit comments