mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
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. |
||
|---|---|---|
| .. | ||
| metadata/android | ||
| Fastfile | ||