Skip to content

Commit 8f17005

Browse files
committed
chore(ci): use trusted publishing
1 parent df5d4e5 commit 8f17005

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,4 @@ jobs:
3636
run: pnpm i
3737

3838
- name: Publish to NPM
39-
run: pnpm -r publish --access public --no-git-checks
40-
env:
41-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
42-
NPM_CONFIG_PROVENANCE: true
39+
run: npm publish --access public

0 commit comments

Comments
 (0)