Skip to content

Commit af49e95

Browse files
committed
fix: move capacitor patch after ios sync
1 parent 660d1a5 commit af49e95

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ jobs:
151151
- name: Install dependencies
152152
run: bun install --frozen-lockfile
153153

154-
- name: Patch Capacitor local-notifications for Xcode 15
155-
run: bun run patch:capacitor-local-notifications
156-
157154
- name: Align package versions to release version
158155
run: node scripts/update-release-package-versions.ts "${{ needs.preflight.outputs.version }}"
159156

@@ -365,6 +362,9 @@ jobs:
365362
run: bunx cap sync ios --deployment
366363
working-directory: apps/mobile
367364

365+
- name: Patch Capacitor local-notifications for Xcode 15
366+
run: bun run patch:capacitor-local-notifications
367+
368368
- name: Log iOS build metadata
369369
run: |
370370
echo "version=$RELEASE_VERSION"

0 commit comments

Comments
 (0)