We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafea08 commit 400273aCopy full SHA for 400273a
.github/workflows/release.yml
@@ -54,6 +54,6 @@ jobs:
54
- name: 🚀 Publish package
55
id: publish
56
if: ${{ steps.release.outputs.release_created }}
57
- run: npm publish ./dist --access public
+ run: NODE_AUTH_TOKEN="" npm publish ./dist --access public --provenance
58
env:
59
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments