From 6d8ac37766906aab4f295cfa1a13c7ac5f962c07 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Mon, 12 Sep 2022 09:03:21 +0200 Subject: [PATCH] fixed typo --- .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 215f160bf5..cd5b1f48c1 100644 --- a/.github/workflows/conan-recipe-version.yml +++ b/.github/workflows/conan-recipe-version.yml @@ -122,7 +122,7 @@ jobs: latest_branch_version = tools.Version("0.0.0") latest_branch_tag = None for tag in repo.git.tag(merged = True).splitlines(): - if str(tag).startswith("firmware") of str(tag).startswith("master"): + if str(tag).startswith("firmware") or str(tag).startswith("master"): continue # Quick-fix for the versioning scheme name of the embedded team in fdm_materials(_private) repo try: version = tools.Version(tag)