mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-10 18:36:31 +00:00
Push tags
This commit is contained in:
@@ -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__':
|
||||
|
||||
Reference in New Issue
Block a user