diff --git a/fastlane/Fastfile b/fastlane/Fastfile index e6224f4c031..b97968ff5f4 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -129,7 +129,7 @@ lane :publish_release do |options| push_pods(sync: options[:sync]) # TODO: Update stream-chat-swift-integration-apps - UI.success("šŸŽ‰šŸŽ‰šŸŽ‰šŸŽ‰šŸŽ‰ Github releases successfully created:\n šŸ‘‰ stream-chat-swift: #{github_release['html_url']}\nšŸ‘‰ stream-chat-swift-spm: #{spm_github_release_url}") + UI.success("šŸŽ‰šŸŽ‰šŸŽ‰šŸŽ‰šŸŽ‰šŸŽ‰ Github releases successfully created:\n šŸ‘‰ stream-chat-swift: #{github_release['html_url']}\nšŸ‘‰ stream-chat-swift-spm: #{spm_github_release_url}") end desc 'Read CHANGELOG'