Skip to content

Commit

Permalink
Closes #128 Remove composer installers before deploying to wp reposit…
Browse files Browse the repository at this point in the history
…ory (#129)
  • Loading branch information
remyperona authored Jul 12, 2022
1 parent b697be8 commit 46c5e78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
steps:
- uses: actions/checkout@master
- name: build
run: composer install -o --no-dev --no-scripts
run: composer install --no-dev --no-scripts
- name: remove composer/installers
run: composer remove composer/installers --update-no-dev --no-scripts
- name: optimize autoloader
run: composer dumpautoload -o
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
env:
Expand Down

0 comments on commit 46c5e78

Please sign in to comment.