codemagic-ci-cd / cli-tools

Various utilities to managing Android and iOS app builds, code signing, and deployment.
https://codemagic.io/start/
GNU General Public License v3.0
235 stars 39 forks source link

Do not require TestFlight submission when adding build to beta groups #410

Closed priitlatt closed 3 weeks ago

priitlatt commented 3 weeks ago

Addresses #409

Action app-store-connect publish requires that build needs to be submitted to TestFlight in order to add the build to beta groups. This is not necessary and actually builds can be assigned to beta groups regardless of their TestFlight submission status.

This PR removes that arbitrary limitation and makes it possible to add published build to beta groups without TestFlight submission.

Examples

Updated actions