Skip to content

Commit 9df5d9b

Browse files
chore: trusted npm publishing
1 parent 8f60e07 commit 9df5d9b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,4 @@ jobs:
5454
- name: Build
5555
run: npm run build
5656
- name: Publish to npm
57-
run: npm publish --access public
58-
env:
59-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
57+
run: npm publish --provenance --access public

0 commit comments

Comments
 (0)