From 51b3c338da7c4bdf4360b6fb21f82847925e2b14 Mon Sep 17 00:00:00 2001 From: Joey de l'Arago Date: Fri, 30 Sep 2022 13:44:36 +0200 Subject: [PATCH] Update conan-recipe-version.yml --- .github/workflows/conan-recipe-version.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml index 3ee67835f0..2272e0aa6e 100644 --- a/.github/workflows/conan-recipe-version.yml +++ b/.github/workflows/conan-recipe-version.yml @@ -172,6 +172,14 @@ jobs: else: # FIXME: for external PR's actual_version = f"5.2.0-alpha+{buildmetadata}pr_{issue_number}" + + if is_tag: + 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 + user = "_" + channel = "_" # %% print to output cmd_name = ["echo", f"::set-output name=name::{project_name}"]