From d505e6980c67980a2744cc4b54fb153879cf061d Mon Sep 17 00:00:00 2001 From: Joey de l'Arago Date: Fri, 30 Sep 2022 13:49:45 +0200 Subject: [PATCH] Update conan-recipe-version.yml --- .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 efb69f0712..2b4f9918cc 100644 --- a/.github/workflows/conan-recipe-version.yml +++ b/.github/workflows/conan-recipe-version.yml @@ -175,7 +175,7 @@ jobs: if is_tag: print("THE TAG IS: ", "${{ github.ref_name }}") - if is_tag and ${{ github.ref_name }} == "5.2.0-beta": + if is_tag and "${{ github.ref_name }}" == "5.2.0-beta": actual_version = "5.2.0-beta" is_release_branch = True user = "_"