diff --git a/.github/workflows/deploy-tag.yml b/.github/workflows/deploy-tag.yml index 1ceeb23..e3c11f7 100644 --- a/.github/workflows/deploy-tag.yml +++ b/.github/workflows/deploy-tag.yml @@ -11,6 +11,8 @@ jobs: - uses: actions/checkout@master - name: remove installers run: composer remove composer/installers + - name: regular build + run: composer install - name: optimized build run: composer install -o --no-dev --no-scripts - name: WordPress Plugin Deploy