Skip to content

Commit 915a4c3

Browse files
ci(github): install with ignore scripts in release-please.yml
1 parent 6a68903 commit 915a4c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
registry-url: https://registry.npmjs.org
4141

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

4545
- name: Publish
4646
run: npm publish --provenance --access public

0 commit comments

Comments
 (0)