mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Use the latest prerelease but count from the latest stable
Contributes to CURA-9365
This commit is contained in:
parent
0a000a756e
commit
90336ce08e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/conan-recipe-version.yml
vendored
3
.github/workflows/conan-recipe-version.yml
vendored
|
@ -98,8 +98,9 @@ jobs:
|
|||
version = tools.Version(tag)
|
||||
except ConanException:
|
||||
continue
|
||||
if version > latest_branch_version and version.prerelease is "":
|
||||
if version > latest_branch_version:
|
||||
latest_branch_version = version
|
||||
if version.prerelease_tag is "":
|
||||
latest_branch_tag = repo.tag(tag)
|
||||
|
||||
# %% Get the actual version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue