mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
github: Fix "No tag found in upstream repository" with use_max_tag
This commit is contained in:
parent
ab1ecc231d
commit
be7618988e
1 changed files with 4 additions and 3 deletions
|
@ -110,9 +110,10 @@ async def max_tag(
|
|||
else:
|
||||
url = next_page_url
|
||||
|
||||
logger.error('No tag found in upstream repository.',
|
||||
name=name,
|
||||
include_tags_pattern=include_tags_pattern)
|
||||
if not tags:
|
||||
logger.error('No tag found in upstream repository.',
|
||||
name=name,
|
||||
include_tags_pattern=include_tags_pattern)
|
||||
return tags
|
||||
|
||||
def get_next_page_url(links):
|
||||
|
|
Loading…
Add table
Reference in a new issue