mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Count from the latest stable release
Contributes to CURA-9365
This commit is contained in:
parent
4fd744cc95
commit
a1c39c7537
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue