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 3dd03c6 commit fb55b7bCopy full SHA for fb55b7b
.github/workflows/ci.yml
@@ -67,7 +67,9 @@ jobs:
67
68
- name: Publish to npm
69
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
70
- run: npm publish --provenance --access public --tag experimental ./*.tgz
+ env:
71
+ NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
72
+ run: npm publish --access public ./*.tgz --tag experimental
73
74
deploy-docs:
75
needs: build
0 commit comments