onevcat před 9 roky
rodič
revize
e9a016f029
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      fastlane/Fastfile

+ 2 - 1
fastlane/Fastfile

@@ -59,7 +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
+    #   add_git_tag tag: target_version
+      Actions.sh("git tag -s #{target_version}")
 
       push_to_git_remote