Skip to content

Commit 9e9ac4a

Browse files
committedNov 12, 2024
Add missing composer install step
1 parent 808dc84 commit 9e9ac4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/push-deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Build plugin
2323
run: npm run build
2424

25+
- name: Install Composer dependencies
26+
run: composer install --no-dev
27+
2528
- name: WordPress Plugin Deploy
2629
id: deploy
2730
uses: 10up/action-wordpress-plugin-deploy@stable

0 commit comments

Comments
 (0)