Skip to content

Commit 063c25f

Browse files
committed
Add explicit IPA versioning step to GitHub Actions workflow
1 parent 29e38b0 commit 063c25f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Install dependencies
3636
run: npm ci
3737

38+
- name: Generate versioned IPAs
39+
run: node scripts/generate-versioned-ipas.js
40+
3841
- name: Build with Next.js
3942
run: npm run build
4043

0 commit comments

Comments
 (0)