mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-26 09:04:29 +08:00
Count from the latest stable release
Contributes to CURA-9365
This commit is contained in:
parent
ba1e4eb39f
commit
fbf49221b5
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
@ -98,7 +98,7 @@ jobs:
|
|||||||
version = tools.Version(tag)
|
version = tools.Version(tag)
|
||||||
except ConanException:
|
except ConanException:
|
||||||
continue
|
continue
|
||||||
if version > latest_branch_version:
|
if version > latest_branch_version and version.prerelease is "":
|
||||||
latest_branch_version = version
|
latest_branch_version = version
|
||||||
latest_branch_tag = repo.tag(tag)
|
latest_branch_tag = repo.tag(tag)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user