Skip to content

Commit 990c3dc

Browse files
committed
fix: fixed the installation workflows runs error
1 parent 320e212 commit 990c3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-release-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
shell: bash
9494
run: npm install -g npm@latest
9595
- name: Install dependencies
96-
run: npm ci
96+
run: npm ci --ignore-scripts
9797
- name: Build project
9898
shell: bash
9999
run: npm run prepublishOnly

0 commit comments

Comments
 (0)