Skip to content

Commit ae974f6

Browse files
authored
Merge pull request #76 from kimuraz/dev
build: fix release action
2 parents 416418f + b391c9b commit ae974f6

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)