From 9e9ac4a02c22a38ea3ea0cdab90d148644fe883e Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Tue, 12 Nov 2024 11:47:30 -0700 Subject: [PATCH] Add missing composer install step --- .github/workflows/push-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/push-deploy.yml b/.github/workflows/push-deploy.yml index a511eef..169c070 100644 --- a/.github/workflows/push-deploy.yml +++ b/.github/workflows/push-deploy.yml @@ -22,6 +22,9 @@ jobs: - name: Build plugin run: npm run build + - name: Install Composer dependencies + run: composer install --no-dev + - name: WordPress Plugin Deploy id: deploy uses: 10up/action-wordpress-plugin-deploy@stable