We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ded6c4 commit 47cbea8Copy full SHA for 47cbea8
1 file changed
.github/workflows/ci.yml
@@ -82,6 +82,8 @@ jobs:
82
registry-url: https://registry.npmjs.org/
83
cache: pnpm
84
85
+ - run: pnpm i
86
+
87
- name: Publish to NPM and sync to GitHub
88
if: github.event_name == 'push' && github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')
89
run: |
0 commit comments