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:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-19 07:50:39 +0300
committerjspijker <j.spijker@ultimaker.com>2022-07-19 07:50:39 +0300
commit4e55603bde88d9a5f8db0879fbff40c933917e6d (patch)
tree2d7e420cf127c631900216b3dfcee9080a2026d5
parent9ec9ef67a9cf1e8a246750237e47a613729d6196 (diff)
Set channel and user to _ for tag
Contributes to CURA-9365
-rw-r--r--.github/workflows/conan-recipe-version.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml
index c3c404f391..bc45be48d5 100644
--- a/.github/workflows/conan-recipe-version.yml
+++ b/.github/workflows/conan-recipe-version.yml
@@ -85,6 +85,8 @@ jobs:
if is_tag:
branch_version = tools.Version("${{ github.ref_name }}")
is_release_branch = True
+ channel = "_"
+ user = "_"
else:
try:
branch_version = tools.Version(repo.active_branch.name)