Clean detected current version: replace + sign by -
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Benjamin Renard 2023-07-26 00:25:44 +02:00
parent 892f6aef72
commit d8d008a3a9

View file

@ -74,6 +74,9 @@ if not CURRENT:
print(EXCEPTION if EXCEPTION else "")
sys.exit(3)
CURRENT = CURRENT.replace('+', '-')
logging.debug('Cleaned current version: %s', CURRENT)
LATEST = None
try:
logging.debug("Get releases RSS feed from %s...", options.url)