Commit 5abafc5f authored by Giorgenes Gelatti's avatar Giorgenes Gelatti

Apply 1 suggestion(s) to 1 file(s)

parent 162fdefe
......@@ -9,7 +9,7 @@ module Packages
def execute
if @tag_name.present?
@tag_name[0] == 'v' ? @tag_name[1..-1] : @tag_name
@tag_name.delete_prefix('v')
elsif @branch_name.present?
branch_sufix_or_prefix(@branch_name.match(Gitlab::Regex.composer_package_version_regex))
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment