From 3d2f6bbfe4530bcaa9561c601fb80542bcd390d7 Mon Sep 17 00:00:00 2001 From: Joey de l'Arago Date: Fri, 30 Sep 2022 13:47:50 +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 6a65cefdb3..efb69f0712 100644 --- a/.github/workflows/conan-recipe-version.yml +++ b/.github/workflows/conan-recipe-version.yml @@ -174,7 +174,7 @@ jobs: actual_version = f"5.2.0-alpha+{buildmetadata}pr_{issue_number}" if is_tag: - print("THE TAG IS: ", ${{ github.ref_name }}) + print("THE TAG IS: ", "${{ github.ref_name }}") if is_tag and ${{ github.ref_name }} == "5.2.0-beta": actual_version = "5.2.0-beta" is_release_branch = True