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 1ba4af6 commit 3b442d3Copy full SHA for 3b442d3
.github/workflows/release-ios.yml
@@ -125,9 +125,6 @@ jobs:
125
- name: Install dependencies
126
run: bun install --frozen-lockfile
127
128
- - name: Patch Capacitor local-notifications for Xcode 15
129
- run: bun run patch:capacitor-local-notifications
130
-
131
- name: Align package versions to release version
132
run: node scripts/update-release-package-versions.ts "$RELEASE_VERSION"
133
@@ -141,6 +138,9 @@ jobs:
141
138
run: bunx cap sync ios --deployment
142
139
working-directory: apps/mobile
143
140
+ - name: Patch Capacitor local-notifications for Xcode 15
+ run: bun run patch:capacitor-local-notifications
+
144
- name: Log iOS build metadata
145
run: |
146
echo "version=$RELEASE_VERSION"
0 commit comments