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 b75763b commit c244177Copy full SHA for c244177
1 file changed
.github/workflows/publish.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Install NPM Dependencies
23
run: npm install
24
- name: Publish to NPM
25
- run: npm publish --access public
+ run: npm publish --access public --provenance
0 commit comments