diff --git a/.github/workflows/marketplace-upload.yaml b/.github/workflows/marketplace-upload.yaml index 9309188..857a9e5 100644 --- a/.github/workflows/marketplace-upload.yaml +++ b/.github/workflows/marketplace-upload.yaml @@ -15,8 +15,8 @@ jobs: with: path: ${{ github.event.repository.name }} -# - name: Install Composer -# run: cd ${{ github.event.repository.name }}; composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi + - name: Install Composer + run: cd ${{ github.event.repository.name }}; composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi # - name: Install NPM # run: cd ${{ github.event.repository.name }}; npm install