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 b4536d8 commit dcc3d87Copy full SHA for dcc3d87
fastlane/Fastfile
@@ -220,7 +220,7 @@ end
220
221
desc 'Builds the latest version of Demo app and uploads it to TestFlight'
222
lane :swiftui_testflight_build do |options|
223
- is_manual_upload = is_localhost || !options[:configuration].to_s.empty?
+ is_manual_upload = is_localhost || ENV['GITHUB_EVENT_NAME'] == 'workflow_dispatch'
224
configuration = options[:configuration].to_s.empty? ? 'Release' : options[:configuration]
225
226
match_me
0 commit comments