Skip to content

Commit

Permalink
install wp cli instead of using composer
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Apr 4, 2024
1 parent 04a952c commit b32c5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpha_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Install npm Dependencies
run: npm ci

- name: Run composer
run: composer install
- name: Setup WP-CLI
uses: godaddy-wordpress/setup-wp-cli@1

- name: Update Pot file with new translatable strings
run: npm run makepot
Expand Down

0 comments on commit b32c5d7

Please sign in to comment.