onevcat 9 lat temu
rodzic
commit
26669f9f15
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      fastlane/Fastfile

+ 2 - 2
fastlane/Fastfile

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