Skip to content

Commit 28364b8

Browse files
authored
ci: publish using pnpm instead of npm (#1943)
1 parent d28a5c7 commit 28364b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ jobs:
6262
- name: Publish to NPM
6363
working-directory: packages/${{ inputs.package }}
6464
run: |
65-
sudo npm i -g npm@latest
66-
/usr/local/bin/npm publish
65+
pnpm publish
6766
6867
- name: Create GitHub release
6968
run: pnpm tsx scripts/create-github-release.ts ${{ inputs.package }}

0 commit comments

Comments
 (0)