Skip to content

Commit 9b7bb66

Browse files
committed
fix: Add pnpm install command in release workflow
1 parent a99f10b commit 9b7bb66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
env:
3333
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3434

35+
- name: Install dependencies
36+
run: pnpm install
37+
3538
- run: pnpm publish --no-git-checks
3639
env:
3740
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)