This commit is contained in:
Alex Grintsvayg 2017-03-06 17:47:10 -05:00
parent a3a3769222
commit ccfb56f717

View file

@ -149,7 +149,7 @@ def main():
current_tag, current_tag, lbrynet_daemon_release_msg, draft=True)
if not args.skip_push:
for repo in repos:
for repo in repos.values():
repo.git.push(follow_tags=True)
base.git.push(follow_tags=True, recurse_submodules='check')
else: