mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -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)
|
||||
except ConanException:
|
||||
continue
|
||||
if version > latest_branch_version:
|
||||
if version > latest_branch_version and version.prerelease is "":
|
||||
latest_branch_version = version
|
||||
latest_branch_tag = repo.tag(tag)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue