From e8db4711317dbebac65bb2150b211d68ee427478 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Mon, 25 Oct 2021 23:41:10 +0200 Subject: [PATCH] Retry building --- fastlane/Fastfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e6616b0c..89799d8f 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -91,12 +91,12 @@ private_lane :build_ios do dsym_path: DSYM_FILE ) upload_to_testflight( + skip_submission: true, ipa: IPA_FILE, demo_account_required: true, distribute_external: true, groups: "尝鲜", - changelog: "感谢帮忙测试 tooot 🙏", - reject_build_waiting_for_review: true + changelog: "感谢帮忙测试 tooot 🙏" ) when "release" prepare_appstore_ios