onevcat vor 9 Jahren
Ursprung
Commit
26669f9f15
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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