Skip to content

Commit

Permalink
feat: message on daily_build
Browse files Browse the repository at this point in the history
  • Loading branch information
bigearsenal committed Aug 11, 2023
1 parent a985cf6 commit a30c552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a30c552

Please sign in to comment.