Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Spijker <j.spijker@ultimaker.com>2022-10-10 16:44:46 +0300
committerGitHub <noreply@github.com>2022-10-10 16:44:46 +0300
commitfce7df29e01b5638641802401aeaa7d4d9221abe (patch)
treea74bf13c7193d3fae3c168bd97b78b05696486fd
parent2cc923761dc762ec9fd78b8b8911c68d2e2d08e4 (diff)
remove debugging statement
-rw-r--r--.github/workflows/conan-recipe-version.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml
index 3acb4cd76b..e10ffa8b2d 100644
--- a/.github/workflows/conan-recipe-version.yml
+++ b/.github/workflows/conan-recipe-version.yml
@@ -169,8 +169,6 @@ jobs:
# FIXME: for external PR's
actual_version = f"5.3.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