Skip to content

Commit 9ca60e9

Browse files
committed
[CI] Fix manual TestFlight upload detection
1 parent 0e9296e commit 9ca60e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ lane :uikit_testflight_build do |options|
163163
end
164164

165165
private_lane :upload_beta do |options|
166-
is_manual_upload = is_localhost || options[:configuration].to_s.empty?
166+
is_manual_upload = is_localhost || !options[:configuration].to_s.empty?
167167
configuration = options[:configuration].to_s.empty? ? 'Release' : options[:configuration]
168168

169169
match_me

0 commit comments

Comments
 (0)