We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166afc4 commit 874c818Copy full SHA for 874c818
fastlane/Fastfile
@@ -84,6 +84,7 @@ platform :ios do
84
output_name: File.basename(ENV['OUTPUT_PATH']),
85
clean: true,
86
export_method: ENV['EXPORT_METHOD'],
87
+ export_team_id: ENV['TEAM_ID']
88
)
89
90
if ENV["BROWSERSTACK_UPLOAD"] == 'true'
0 commit comments