Skip to content

Commit

Permalink
Skip composer dev dependencies install in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Oct 11, 2022
1 parent 969016f commit f6c238b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
php --version
composer --version
- name: "Install Composer dependencies with development dependencies."
- name: "Install Composer dependencies without development dependencies."
run: |
composer install --no-interaction --prefer-dist --no-scripts
composer install --no-dev --no-interaction --prefer-dist --no-scripts
- name: "Setup NodeJS."
uses: actions/setup-node@v2
Expand Down

0 comments on commit f6c238b

Please sign in to comment.