Skip to content

Commit 47cbea8

Browse files
committed
ci: run pnpm i in publish job
1 parent 0ded6c4 commit 47cbea8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
registry-url: https://registry.npmjs.org/
8383
cache: pnpm
8484

85+
- run: pnpm i
86+
8587
- name: Publish to NPM and sync to GitHub
8688
if: github.event_name == 'push' && github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')
8789
run: |

0 commit comments

Comments
 (0)