We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660d1a5 commit af49e95Copy full SHA for af49e95
1 file changed
.github/workflows/release.yml
@@ -151,9 +151,6 @@ jobs:
151
- name: Install dependencies
152
run: bun install --frozen-lockfile
153
154
- - name: Patch Capacitor local-notifications for Xcode 15
155
- run: bun run patch:capacitor-local-notifications
156
-
157
- name: Align package versions to release version
158
run: node scripts/update-release-package-versions.ts "${{ needs.preflight.outputs.version }}"
159
@@ -365,6 +362,9 @@ jobs:
365
362
run: bunx cap sync ios --deployment
366
363
working-directory: apps/mobile
367
364
+ - name: Patch Capacitor local-notifications for Xcode 15
+ run: bun run patch:capacitor-local-notifications
+
368
- name: Log iOS build metadata
369
run: |
370
echo "version=$RELEASE_VERSION"
0 commit comments