We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc3473 commit 8f7cc25Copy full SHA for 8f7cc25
.github/workflows/main.yml
@@ -79,6 +79,6 @@ jobs:
79
run: yarn prepare
80
81
- name: Publish to npm
82
- run: npm publish --provenance --access public
+ run: npm publish --access public #--provenance enable when the repo will be public
83
env:
84
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments