From a30c55235769e40f0a286c6d73e6ce8153b9ef90 Mon Sep 17 00:00:00 2001 From: Chung Tran Date: Fri, 11 Aug 2023 22:00:41 +0700 Subject: [PATCH] feat: message on daily_build --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ee2f43079a..88f3583af0 100755 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -469,7 +469,7 @@ platform :ios do version = result[:buildVersion] # notify tester - message = "A daily build **#{version}** was uploaded. Download it [here](#{result[:testingUri]})" + message = "A daily build **#{version}** was uploaded.\\nDownload on [Firebase Distribution](#{result[:testingUri]})" notify(version, message) end