From ab6a9993529c0b12b5fc73c0d96b28401363d5fa Mon Sep 17 00:00:00 2001 From: Faisal Alvi Date: Tue, 6 Dec 2022 14:27:13 +0530 Subject: [PATCH] Update build-release-zip.yml --- .github/workflows/build-release-zip.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/build-release-zip.yml b/.github/workflows/build-release-zip.yml index 4b08db47..586e6aae 100644 --- a/.github/workflows/build-release-zip.yml +++ b/.github/workflows/build-release-zip.yml @@ -14,17 +14,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Cache vendor - id: cache-composer - uses: actions/cache@v3 - env: - cache-name: cache-vendor - with: - path: | - vendor - ~/.composer/cache - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/composer.json') }} - - name: Cache node_modules id: cache-node-modules uses: actions/cache@v3 @@ -44,12 +33,8 @@ jobs: if: steps.cache-node-modules.outputs.cache-hit != 'true' run: npm install - - name: Install Composer dependencies - if: steps.cache-vendor.outputs.cache-hit != 'true' - run: composer install --no-dev - - name: Build plugin run: npm run build - name: Generate ZIP file - uses: 10up/action-wordpress-plugin-build-zip@stable \ No newline at end of file + uses: 10up/action-wordpress-plugin-build-zip@stable