Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ platform :ios do
upload_to_testflight(
api_key_path: "./ios/ios-fastlane-json-key.json",
distribute_external: true,
reject_build_waiting_for_review: true,
Comment thread
AndrewGable marked this conversation as resolved.
# TODO: Set reject_build_waiting_for_review back to true when https://github.com/fastlane/fastlane/issues/18408 is resolved
# See: https://github.com/Expensify/Expensify.cash/pull/1984 for more information
reject_build_waiting_for_review: false,
changelog: "Thank you for beta testing Expensify.cash, this version includes bug fixes and improvements.",
groups: ["Beta"],
demo_account_required: true,
Expand Down