diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9e47fa868..a0eace67ed 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,6 +72,10 @@ jobs: if: ${{ env.release_releaseAll == 'true' || env.release_plugins_export == 'true'}} working-directory: ./packages/contentstack-export run: npm install + - name: Compiling config + if: ${{ steps.export-installation.conclusion == 'success' }} + working-directory: ./packages/contentstack-export + run: npm run prepack - name: Installing dependencies of import id: import-installation if: ${{env.release_releaseAll == 'true' || env.release_plugins_import == 'true'}} @@ -83,7 +87,7 @@ jobs: working-directory: ./packages/contentstack-clone run: npm install - name: Run ls - run: ls -R node_modules/@contentstack/cli-cm-export + run: ls node_modules/@contentstack/cli-cm-export - name: Installing dependencies of export to csv id: export-to-csv-installation if: ${{env.release_releaseAll == 'true' || env.release_plugins_export-to-csv == 'true'}}