Skip to content

Commit 1ebe441

Browse files
authored
chore: add dependencies in CD
1 parent a7ac769 commit 1ebe441

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
fetch-depth: 0 # Fetch all branches
2222

23+
- name: Install modules
24+
run: npm install --no-audit --ignore-scripts
25+
2326
- name: Publish release
2427
run: npm run semantic-release
2528
env:

0 commit comments

Comments
 (0)