Skip to content

Commit 259ec4e

Browse files
authored
Remove explicit '--tags' argument from find-release.py (#13481)
1 parent 04eb4d4 commit 259ec4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devops/find-release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
def main(ref: str, line: int, commit: bool):
1818
repo = Repo('.')
1919

20-
repo.remote('origin').fetch('--tags')
20+
repo.remote('origin').fetch()
2121
tags = list_tags(repo)
2222

2323
if commit:

0 commit comments

Comments
 (0)