Skip to content

Commit

Permalink
Merge pull request #138 from wp-media/develop
Browse files Browse the repository at this point in the history
Fix the CI to deploy to WP repo
  • Loading branch information
MathieuLamiot authored Jun 28, 2024
2 parents 05d9292 + f292de2 commit 20376a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ 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
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 20376a8

Please sign in to comment.