super-productivity/fastlane
Johannes Millan 429dc4c7e9 ci(release): tolerate concurrent App Store review-submission race
The iOS and macOS release lanes both run on a v* tag push and can race
on App Store Connect's per-app review-submission state. When they
collide, the lane that submits second fails with 'A review submission is
already in progress' -- but only after its binary has already uploaded
and processed successfully, so the build is safe.

Route both lanes through a shared submit_to_app_store helper that treats
that one collision as a soft success and emits a GitHub Actions warning
annotation so the required manual step (add the build to the open
submission) stays visible on a green run. Every other failure, and any
failure before upload (e.g. the version-creation race), still aborts the
lane loudly.
2026-07-02 16:38:43 +02:00
..
metadata/android build: update links to match our new organization 2026-01-05 14:45:06 +01:00
Fastfile ci(release): tolerate concurrent App Store review-submission race 2026-07-02 16:38:43 +02:00