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