Skip to content

Commit

Permalink
Update deploy-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLamiot committed Jun 28, 2024
1 parent a90cf1b commit f292de2
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 @@ -12,7 +12,7 @@ jobs:
- name: build
run: composer install --no-dev --no-scripts --ignore-platform-reqs
- name: remove composer/installers
run: composer remove composer/installers --update-no-dev --no-scripts
run: composer remove composer/installers --update-no-dev --no-scripts --ignore-platform-reqs
- name: optimize autoloader
run: composer dumpautoload -o
- name: WordPress Plugin Deploy
Expand Down

0 comments on commit f292de2

Please sign in to comment.