Commit 5b5c3602 authored by machenbach's avatar machenbach Committed by Commit bot

[release] Fix release script.

Fix after https://codereview.chromium.org/1887583002/

TBR=hablich@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/1881163003

Cr-Commit-Position: refs/heads/master@{#35441}
parent c2de9611
......@@ -239,8 +239,8 @@ class FixBrokenTag(Step):
pass
if commit:
print "Found %s. Trying to repair tag and bail out." % self["version"]
self.step.Git("tag %s %s" % (self["version"], commit))
self.step.Git("push origin %s" % self["version"])
self.Git("tag %s %s" % (self["version"], commit))
self.Git("push origin %s" % self["version"])
return True
......
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