Skip to content

Commit bd12ca7

Browse files
committed
fix: remove token to force trusted pub
1 parent 74e5af5 commit bd12ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Publish to npm
111111
run: npm publish --access public
112112
env:
113-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
113+
NPM_CONFIG_PROVENANCE: true
114114

115115
- name: Create GitHub Release
116116
run: gh release create "v${{ needs.publish-dry-run.outputs.version }}" --generate-notes

0 commit comments

Comments
 (0)