From f292de268086bb4d97293eac5b3262693d34f6d7 Mon Sep 17 00:00:00 2001 From: Mathieu Lamiot <mathieu.lamiot@free.fr> Date: Fri, 28 Jun 2024 17:56:26 +0200 Subject: [PATCH] Update deploy-tag.yml --- .github/workflows/deploy-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-tag.yml b/.github/workflows/deploy-tag.yml index 2359093..97c6ba9 100644 --- a/.github/workflows/deploy-tag.yml +++ b/.github/workflows/deploy-tag.yml @@ -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