mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Set channel and user to _ for tag
Contributes to CURA-9365
This commit is contained in:
parent
9ec9ef67a9
commit
4e55603bde
1 changed files with 2 additions and 0 deletions
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue