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 c237a0d commit 2f1974dCopy full SHA for 2f1974d
.github/workflows/release.yml
@@ -37,6 +37,4 @@ jobs:
37
with:
38
tag: 'v${{ steps.package-version.outputs.current-version }}'
39
body: '${{ steps.parse-changelog.outputs.body }}'
40
- - run: npm publish --access public
41
- env:
42
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
+ - run: npm publish --access public --provenance
0 commit comments