Skip to content

Commit 394fe16

Browse files
committed
ci: fix trusted publishing
1 parent 355bd96 commit 394fe16

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ jobs:
2828
- name: Build
2929
run: pnpm build
3030

31+
# npm 11.5.1 or later is required for trusted publishing
32+
- run: npm install -g npm@latest
33+
3134
- run: pnpm publish --access public --no-git-checks

0 commit comments

Comments
 (0)