We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc237b3 commit 0f82546Copy full SHA for 0f82546
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install Composer dependencies
35
uses: ramsey/composer-install@v2
36
with:
37
- composer-options: "--no-progress --no-ansi --no-interaction --no-dev"
+ composer-options: "--no-progress --no-ansi --no-interaction --no-dev --no-scripts"
38
ignore-cache: "yes"
39
40
- name: Build project
0 commit comments