Skip to content

Commit 0f82546

Browse files
committed
Add no-scripts so no scripts are run for composer install
1 parent fc237b3 commit 0f82546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Composer dependencies
3535
uses: ramsey/composer-install@v2
3636
with:
37-
composer-options: "--no-progress --no-ansi --no-interaction --no-dev"
37+
composer-options: "--no-progress --no-ansi --no-interaction --no-dev --no-scripts"
3838
ignore-cache: "yes"
3939

4040
- name: Build project

0 commit comments

Comments
 (0)