mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 14:39:10 +08:00
Set channel and user to _ for tag
Contributes to CURA-9365
This commit is contained in:
parent
9ec9ef67a9
commit
4e55603bde
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
@ -85,6 +85,8 @@ jobs:
|
|||||||
if is_tag:
|
if is_tag:
|
||||||
branch_version = tools.Version("${{ github.ref_name }}")
|
branch_version = tools.Version("${{ github.ref_name }}")
|
||||||
is_release_branch = True
|
is_release_branch = True
|
||||||
|
channel = "_"
|
||||||
|
user = "_"
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
branch_version = tools.Version(repo.active_branch.name)
|
branch_version = tools.Version(repo.active_branch.name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user