bugfix: taggeo todos los commits localmente, incluso en ci

This commit is contained in:
jt
2026-02-10 21:00:18 -03:00
parent 04c1b47551
commit 5d23bb6e8c
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ class TagCommand(Command):
if ci:
Git("push").exec(print="Subiendo commit al remoto para taggearlo")
self.success(self.get_remote_api(token).create_tag(next_tag, tag_commit))
else:
Git("tag", next_tag, tag_commit).exec(print="Creando tag localmente")
Git("tag", next_tag, tag_commit).exec(print="Creando tag localmente")
def get_token_and_ci(self, args: Namespace):
try: