mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-03-11 05:48:03 +00:00
github: Fix "No tag found in upstream repository" with use_max_tag
This commit is contained in:
parent
ab1ecc231d
commit
be7618988e
@ -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…
Reference in New Issue
Block a user