Skip to content

Commit

Permalink
Add no-scripts so no scripts are run for composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
yoren committed May 24, 2023
1 parent fc237b3 commit 0f82546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Composer dependencies
uses: ramsey/composer-install@v2
with:
composer-options: "--no-progress --no-ansi --no-interaction --no-dev"
composer-options: "--no-progress --no-ansi --no-interaction --no-dev --no-scripts"
ignore-cache: "yes"

- name: Build project
Expand Down

0 comments on commit 0f82546

Please sign in to comment.