Uncomment tag_and_push_release
This commit is contained in:
parent
ce1fd3f559
commit
d3049271cc
1 changed files with 1 additions and 1 deletions
|
@ -50,4 +50,4 @@ class ReleaseMixin(DevopsBuild):
|
||||||
# TODO: jem, zam - 2023_04_14: instantiate service on object creation?
|
# TODO: jem, zam - 2023_04_14: instantiate service on object creation?
|
||||||
tag_and_push_release_service = TagAndPushReleaseService(self.git_api)
|
tag_and_push_release_service = TagAndPushReleaseService(self.git_api)
|
||||||
tag_and_push_release_service.tag_release(self.release_repo.get_release())
|
tag_and_push_release_service.tag_release(self.release_repo.get_release())
|
||||||
# tag_and_push_release_service.push_release()
|
tag_and_push_release_service.push_release()
|
||||||
|
|
Loading…
Reference in a new issue