Skip to content

Commit e32137c

Browse files
committed
ci: trusted publisher
1 parent f50490c commit e32137c

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 i -g npm && pnpm -r publish --access public --no-git-checks

0 commit comments

Comments
 (0)