|
|
@@ -59,8 +59,8 @@ platform :ios do
|
|
|
release_log = update_change_log(log: log)
|
|
|
|
|
|
git_commit_all(message: "Bump version to #{target_version}")
|
|
|
- # add_git_tag tag: target_version
|
|
|
- Actions.sh("git tag -s #{target_version}")
|
|
|
+
|
|
|
+ Actions.sh("git tag -s #{target_version} -m ''")
|
|
|
|
|
|
push_to_git_remote
|
|
|
|