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