Skip to content

Commit 8c5be2c

Browse files
authored
chore: enable provenance, remove obsolete NPM token (#218)
See https://docs.npmjs.com/generating-provenance-statements/
1 parent c237a0d commit 8c5be2c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,4 @@ jobs:
3737
with:
3838
tag: 'v${{ steps.package-version.outputs.current-version }}'
3939
body: '${{ steps.parse-changelog.outputs.body }}'
40-
- run: npm publish --access public
41-
env:
42-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
40+
- run: npm publish --access public --provenance

0 commit comments

Comments
 (0)