Skip to content

Commit

Permalink
Specify username
Browse files Browse the repository at this point in the history
  • Loading branch information
hartlco committed Feb 8, 2020
1 parent d6db84a commit aeb7bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aeb7bba

Please sign in to comment.