Skip to content

Commit 2703738

Browse files
fix
1 parent 27143a7 commit 2703738

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

exasol/toolbox/nox/_release.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,6 @@ def release(session: Session) -> None:
235235
default_branch = match.group(1) if match else None
236236
subprocess.run(["git", "checkout", default_branch])
237237
subprocess.run(["git", "pull"])
238-
key = False
239-
if not key:
240-
return
241-
print(":(")
242238
subprocess.run(["git", "tag", str(new_version)])
243239
subprocess.run(["git", "push", "origin", str(new_version)])
244240
pass

0 commit comments

Comments
 (0)