Skip to content

Commit

Permalink
Remove submit_beta_review as it's default true
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Sep 21, 2023
1 parent cb98319 commit 63fee3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ lane :release_alpha do |options|
upload_to_testflight(
api_key: get_api_key,
groups: options[:groups],
skip_waiting_for_build_processing: true,
submit_beta_review: true
skip_waiting_for_build_processing: true
)
end

Expand Down

0 comments on commit 63fee3c

Please sign in to comment.