Skip to content

Commit 391ea9e

Browse files
committed
more improve
1 parent 6afe1de commit 391ea9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ platform :ios do
4646
pilot_options = {
4747
ipa: 'Rocket.Chat.ipa',
4848
app_identifier: options[:official] ? 'chat.rocket.ios' : 'chat.rocket.reactnative',
49-
skip_waiting_for_build_processing: !options[:official],
49+
skip_waiting_for_build_processing: !(options[:official] && changelog),
5050
reject_build_waiting_for_review: true,
5151
}
5252

0 commit comments

Comments
 (0)