Unify Slack-Hook deployment message

[ci skip]
This commit is contained in:
Julian Raufelder 2021-04-13 16:43:49 +02:00
parent 26b7c2bcf9
commit 7f93b019c4
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D

View File

@ -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)
}