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 03c914c commit e97d763Copy full SHA for e97d763
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
run: npm install -g npm@latest
62
63
- name: Publish to NPM public repository
64
- run: npm publish
+ run: npm publish --provenance
65
66
- name: Push changes to repository
67
run: git push origin && git push --tags
0 commit comments