From cf9482218fab57bc895d0d4e0992b90ada23cd3e Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Tue, 12 Jul 2022 11:10:55 +0200 Subject: [PATCH] fix typo Contributes to CURA-9365 --- .github/workflows/conan-recipe-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml index c185a1d11f..1ae32f2d34 100644 --- a/.github/workflows/conan-recipe-version.yml +++ b/.github/workflows/conan-recipe-version.yml @@ -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