mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-14 04:16:32 +00:00
Fetch tags
This commit is contained in:
@@ -34,7 +34,7 @@ def main():
|
||||
# Fetch tags since `git fetch' is run with --no-tags during actions/checkout.
|
||||
# git fetch --tags
|
||||
for remote in local_repo.remotes:
|
||||
remote.fetch()
|
||||
remote.fetch('--tags')
|
||||
|
||||
print('after:')
|
||||
print(local_repo.git.tag('--list'))
|
||||
|
||||
Reference in New Issue
Block a user