Set channel and user to _ for tag

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-19 06:50:39 +02:00 committed by jspijker
parent 9ec9ef67a9
commit 4e55603bde

View file

@ -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)