Skip to content

Commit 71e53a0

Browse files
fix(CI): fix release script (#380)
1 parent 04fa169 commit 71e53a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ jobs:
104104
with:
105105
node-version: 18
106106

107+
- name: 📥 Install dependencies
108+
run: npm install
109+
107110
- name: 🚀 Release
108111
uses: cycjimmy/semantic-release-action@v3
109112
with:

0 commit comments

Comments
 (0)