mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
fix channel_metadata not defined
This commit is contained in:
parent
f6442d1950
commit
d31cc5baf0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/conan-recipe-version.yml
vendored
1
.github/workflows/conan-recipe-version.yml
vendored
|
@ -153,6 +153,7 @@ jobs:
|
|||
latest_branch_version_prerelease = f"{latest_branch_version.prerelease}.1"
|
||||
if event_name == "pull_request":
|
||||
actual_version = f"{latest_branch_version.major}.{latest_branch_version.minor}.{latest_branch_version.patch}-{latest_branch_version_prerelease.lower()}+{buildmetadata}pr_{issue_number}_{no_commits}"
|
||||
channel_metadata = f"{channel}_{no_commits}"
|
||||
else:
|
||||
if channel in ("stable", "_", ""):
|
||||
channel_metadata = f"{no_commits}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue