From 7f93b019c40f9b141d31b9998d9790fadf91647d Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Tue, 13 Apr 2021 16:43:49 +0200 Subject: [PATCH] Unify Slack-Hook deployment message [ci skip] --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index d9c1053e..457f765a 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -32,7 +32,7 @@ platform :android do |options| slack( default_payloads: [], # reduce the notification to the minimum - message: ":rocket: Successfully deployed #{version} with code #{build} to the Play Store :cryptomator:", + message: ":rocket: Successfully deployed #{version} with code #{build} :cryptomator:", payload: { "Changes" => File.read(release_note_path_en) }