Skip to content

Commit

Permalink
Proper tag (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
GhenadieVP committed Dec 19, 2022
1 parent 812d193 commit 2b41567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2b41567

Please sign in to comment.