Skip to content

Commit cd548cb

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

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
@@ -35,6 +35,4 @@ jobs:
3535
with:
3636
tag: 'v${{ steps.package-version.outputs.current-version }}'
3737
body: '${{ steps.parse-changelog.outputs.body }}'
38-
- run: npm publish --access public
39-
env:
40-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
38+
- run: npm publish --access public --provenance

0 commit comments

Comments
 (0)