Skip to content

Commit 7041876

Browse files
committed
Fix incorrect notification in fastlane
1 parent 0db0876 commit 7041876

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

R.swift.Library

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ lane :release do |options|
113113

114114
unless is_ci
115115
notification(
116-
title: "R.swift.Library release",
116+
title: "R.swift release",
117117
message: "🎉 Version #{newVersion} is released."
118118
)
119119
end
@@ -147,7 +147,7 @@ end
147147
error do |lane, exception|
148148
unless is_ci
149149
notification(
150-
title: "R.swift.Library #{lane}",
150+
title: "R.swift #{lane}",
151151
message: "❌ Failed with an exception."
152152
)
153153
end

0 commit comments

Comments
 (0)