Skip to content

Commit b391c9b

Browse files
committed
build: fix release action
1 parent 1ee353c commit b391c9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: pnpm/action-setup@v4
1717
with:
1818
version: 9.9.0
19+
- run: pnpm install
1920
- run: pnpm lint
2021
- run: pnpm test
2122
- run: pnpm run build
@@ -33,6 +34,7 @@ jobs:
3334
uses: pnpm/action-setup@v4
3435
with:
3536
version: 9.9.0
37+
- run: pnpm install
3638
- run: pnpm lint
3739
- run: pnpm test
3840
- run: pnpm publish

0 commit comments

Comments
 (0)