Skip to content

Commit bdbe935

Browse files
committed
ci: trusted publisher
1 parent a72bc11 commit bdbe935

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
@@ -39,7 +39,4 @@ jobs:
3939
run: pnpm run build
4040

4141
- name: Publish to NPM
42-
run: pnpm -r publish --access public --no-git-checks
43-
env:
44-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
45-
NPM_CONFIG_PROVENANCE: true
42+
run: npm i -g npm && pnpm -r publish --access public --no-git-checks

0 commit comments

Comments
 (0)