Skip to content

Commit b608855

Browse files
authored
Stop pushing extra tags (#2413)
1 parent 056342d commit b608855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Releases/update-versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def UpdateTags(version_data, firebase_version, first=False):
188188
LogOrRun("git push --delete origin '{}'".format(tag))
189189
LogOrRun("git tag --delete '{}'".format(tag))
190190
LogOrRun("git tag '{}'".format(tag))
191-
LogOrRun('git push origin --tags')
191+
LogOrRun("git push origin '{}'".format(tag))
192192

193193

194194
def GetCpdcInternal():

0 commit comments

Comments
 (0)