Skip to content

Commit

Permalink
Update deploy-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLamiot authored Jun 28, 2024
1 parent 592bef3 commit a90cf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: build
run: composer install --no-dev --no-scripts
run: composer install --no-dev --no-scripts --ignore-platform-reqs
- name: remove composer/installers
run: composer remove composer/installers --update-no-dev --no-scripts
- name: optimize autoloader
Expand Down

0 comments on commit a90cf1b

Please sign in to comment.