Skip to content

Commit 994430b

Browse files
superdav42claude
andcommitted
Fix release workflow: install composer deps before build
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 47d4305 commit 994430b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ jobs:
4242
node-version: '18'
4343
cache: 'npm'
4444

45-
- name: Install dependencies
45+
- name: Install PHP dependencies
46+
run: composer install
47+
48+
- name: Install Node dependencies
4649
run: npm ci
4750

4851
- name: Verify version matches

0 commit comments

Comments
 (0)