Skip to content

Commit 421d7d8

Browse files
committed
ci: fix trusted publisher
1 parent 776d6c4 commit 421d7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: pnpm run build
4141

4242
- name: Publish
43-
run: pnpm publish -r --access public --no-git-checks
43+
run: npm i -g npm && pnpm publish -r --access public --no-git-checks

0 commit comments

Comments
 (0)