test-bot: fix tag reference.
This commit is contained in:
parent
6ba466f5d8
commit
53b280c592
@ -873,8 +873,8 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
safe_system "git", "tag", "--force", tag
|
safe_system "git", "tag", "--force", git_tag
|
||||||
safe_system "git", "push", "--force", remote, "master:master", "refs/tags/#{tag}"
|
safe_system "git", "push", "--force", remote, "master:master", "refs/tags/#{git_tag}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def sanitize_ARGV_and_ENV
|
def sanitize_ARGV_and_ENV
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user