Skip to content

Commit 7c18fd5

Browse files
ci(github): install with ignore scripts in release-please.yml
1 parent 800f5a3 commit 7c18fd5

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
@@ -39,7 +39,7 @@ jobs:
3939
registry-url: https://registry.npmjs.org
4040

4141
- name: Install dependencies
42-
run: npm ci --prefer-offline
42+
run: npm ci --prefer-offline --ignore-scripts
4343

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

0 commit comments

Comments
 (0)