mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
fix typo
Contributes to CURA-9365
This commit is contained in:
parent
fcc1a38e3f
commit
cf9482218f
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
|
@ -100,7 +100,7 @@ jobs:
|
|||
continue
|
||||
if version > latest_branch_version:
|
||||
latest_branch_version = version
|
||||
if version.prerelease_tag is "":
|
||||
if version.prerelease is "":
|
||||
latest_branch_tag = repo.tag(tag)
|
||||
|
||||
# %% Get the actual version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue