Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into release-v3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mpereira committed Dec 12, 2019
2 parents 5930e12 + 0abf2a8 commit 8a989cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,12 @@ def main() -> int:
log.error(error_message)
return rc

rc, error_message = create_local_tag(git_tag, debug)
rc, error_message = create_local_tag(directory, git_tag, debug)
if rc != 0:
log.error(error_message)
return rc

rc, error_message = push_tag(git_remote, git_tag, debug)
rc, error_message = push_tag(directory, git_remote, git_tag, debug)
if rc != 0:
log.error(error_message)
return rc
Expand Down

0 comments on commit 8a989cb

Please sign in to comment.