Skip to content

Commit

Permalink
Remove TestFlight submission requirement for beta groups (#2618)
Browse files Browse the repository at this point in the history
  • Loading branch information
helinanever authored Jun 28, 2024
1 parent 4899a5b commit 08acb8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ publishing:
# Configuration related to TestFlight (optional)

# Optional boolean, defaults to false. Whether or not to submit the uploaded
# build to TestFlight beta review. Required for distributing to beta groups.
# build to TestFlight beta review.
# Note: This action is performed during post-processing.
submit_to_testflight: true

Expand All @@ -36,8 +36,7 @@ publishing:
# Note: This action is performed during post-processing.
expire_build_submitted_for_review: true

# Specify the names of beta tester groups that will get access to the build
# once it has passed beta review.
# Specify the names of beta tester groups that will get access to the build.
beta_groups:
- group name 1
- group name 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ workflows:
# Configuration related to TestFlight (optional)

# Optional boolean, defaults to false. Whether or not to submit the uploaded
# build to TestFlight beta review. Required for distributing to beta groups.
# build to TestFlight beta review.
# Note: This action is performed during post-processing.
submit_to_testflight: true

Expand All @@ -41,8 +41,7 @@ workflows:
# Note: This action is performed during post-processing.
expire_build_submitted_for_review: true

# Specify the names of beta tester groups that will get access to the build
# once it has passed beta review.
# Specify the names of beta tester groups that will get access to the build.
beta_groups:
- group name 1
- group name 2
Expand Down

0 comments on commit 08acb8d

Please sign in to comment.