Skip to content

Commit d35daee

Browse files
committed
ci(semantic-release): Skip lifecycle scripts
1 parent dab1563 commit d35daee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cache: "npm"
4141

4242
- name: "Install dependencies"
43-
run: "npm ci"
43+
run: "npm ci --ignore-scripts"
4444

4545
- name: "Show current version"
4646
run: |

0 commit comments

Comments
 (0)