Skip to content

Commit

Permalink
Update marketplace-upload.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- authored May 11, 2021
1 parent 7480937 commit 70ccc94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/marketplace-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70ccc94

Please sign in to comment.