We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9296e commit 9ca60e9Copy full SHA for 9ca60e9
fastlane/Fastfile
@@ -163,7 +163,7 @@ lane :uikit_testflight_build do |options|
163
end
164
165
private_lane :upload_beta do |options|
166
- is_manual_upload = is_localhost || options[:configuration].to_s.empty?
+ is_manual_upload = is_localhost || !options[:configuration].to_s.empty?
167
configuration = options[:configuration].to_s.empty? ? 'Release' : options[:configuration]
168
169
match_me
0 commit comments