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 2041802 commit b80202eCopy full SHA for b80202e
.github/workflows/publish.yml
@@ -25,6 +25,6 @@ jobs:
25
npm version ${TAG_NAME} --git-tag-version=false
26
env:
27
TAG_NAME: ${{github.event.release.tag_name}}
28
- - run: npm whoami; npm --ignore-scripts publish
+ - run: npm whoami; npm --ignore-scripts publish --provenance
29
30
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments