From 2b41567f064b37aab4dfa5efbf34040696144179 Mon Sep 17 00:00:00 2001 From: Ghenadie <118184705+GhenadieVP@users.noreply.github.com> Date: Mon, 19 Dec 2022 19:57:18 +0200 Subject: [PATCH] Proper tag (#188) --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index d2745683ce..1fbdd66dd9 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -45,7 +45,7 @@ platform :ios do ) tag = "%s#%s-%s" % [app_version, build_number, ENV['FLAVOUR']] - add_git_tag(tag: version_and_build_number) + add_git_tag(tag: tag) push_to_git_remote end