Push tags

This commit is contained in:
Zach Borboa
2022-09-23 17:41:20 -07:00
parent 46a882ab75
commit 36440cc89f
+1 -1
View File
@@ -201,7 +201,7 @@ def main():
GITHUB_TOKEN, GITHUB_REPOSITORY)
print('would be pushing changes to branch "{}" of repository "{}"'.format(
GITHUB_REF_NAME, GITHUB_REPOSITORY))
print(local_repo.git.push(server, GITHUB_REF_NAME, dry_run=True))
local_repo.git.push(server, GITHUB_REF_NAME, follow_tags=True, dry_run=True)
if __name__ == '__main__':