From aeb7bbabf5d27a2c27286bd58147262c7ff74213 Mon Sep 17 00:00:00 2001 From: Martin Hartl Date: Sat, 8 Feb 2020 11:16:55 +0100 Subject: [PATCH] Specify username --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 099e0081..8267ee6e 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -51,6 +51,6 @@ platform :ios do match(type: "development", readonly: true, keychain_name: 'Fastlane_CI', keychain_password: 'CI_Password') match(type: "appstore", readonly: true, keychain_name: 'Fastlane_CI', keychain_password: 'CI_Password') build_app(workspace: "Icro.xcworkspace", scheme: "Icro") - upload_to_testflight(skip_waiting_for_build_processing: true) + upload_to_testflight(skip_waiting_for_build_processing: true, username: "icro@hartl.co") end end