Skip to content

Commit d5f1e9d

Browse files
committed
fix: ci
1 parent 25b44ec commit d5f1e9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
node-version: 18
1919

20+
- name: Install dependencies
21+
run: yarn install --ignore-scripts
22+
2023
- name: Semantic release
2124
run: npx semantic-release
2225
env:

0 commit comments

Comments
 (0)