We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afe1de commit 391ea9eCopy full SHA for 391ea9e
1 file changed
ios/fastlane/Fastfile
@@ -46,7 +46,7 @@ platform :ios do
46
pilot_options = {
47
ipa: 'Rocket.Chat.ipa',
48
app_identifier: options[:official] ? 'chat.rocket.ios' : 'chat.rocket.reactnative',
49
- skip_waiting_for_build_processing: !options[:official],
+ skip_waiting_for_build_processing: !(options[:official] && changelog),
50
reject_build_waiting_for_review: true,
51
}
52
0 commit comments