From 2263407856992afe9cdd0f8e15015e58cb7a2db0 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Tue, 12 Jul 2022 11:16:06 +0200 Subject: [PATCH] Count from latest tag This can result in a strange versioning compared to the previous 5.1.0 beta, but it will only be cosmetic Contributes to CURA-9365 --- .github/workflows/conan-recipe-version.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml index 1ae32f2d34..24be3f8a19 100644 --- a/.github/workflows/conan-recipe-version.yml +++ b/.github/workflows/conan-recipe-version.yml @@ -100,7 +100,6 @@ jobs: continue if version > latest_branch_version: latest_branch_version = version - if version.prerelease is "": latest_branch_tag = repo.tag(tag) # %% Get the actual version