Skip to content

Commit

Permalink
Composer install --no-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Sep 7, 2024
1 parent 8d9a872 commit cf30786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wordpressorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install PHP dependencies
run: composer install
run: composer install --no-dev
- uses: 10up/action-wordpress-plugin-deploy@develop
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
Expand Down

0 comments on commit cf30786

Please sign in to comment.