We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d40eae commit 580e9a9Copy full SHA for 580e9a9
1 file changed
.github/workflows/cd.yml
@@ -26,6 +26,6 @@ jobs:
26
27
- run: npm run build
28
29
- - run: npm publish
+ - run: npm publish --provenance --access public
30
env:
31
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments