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 f7959f8 commit 25c63a4Copy full SHA for 25c63a4
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 || ENV['GITHUB_EVENT_NAME'] == 'workflow_dispatch'
167
configuration = options[:configuration].to_s.empty? ? 'Release' : options[:configuration]
168
169
match_me
0 commit comments