mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Count from the latest stable release
Contributes to CURA-9365
This commit is contained in:
parent
ba1e4eb39f
commit
fbf49221b5
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