mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Fix wrong indention
Contributes to CURA-9365
This commit is contained in:
parent
bb69e4877a
commit
7568a897a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
|
@ -134,7 +134,7 @@ jobs:
|
|||
channel_metadata = f"{channel}_{no_commits}"
|
||||
else:
|
||||
channel_metadata = f"{no_commits}"
|
||||
if latest_branch_version.prerelease == "":
|
||||
if latest_branch_version.prerelease == "":
|
||||
actual_version = f"{latest_branch_version.major}.{latest_branch_version.minor}.{latest_branch_version.patch}-alpha+{channel_metadata}"
|
||||
else:
|
||||
actual_version = f"{latest_branch_version.major}.{latest_branch_version.minor}.{latest_branch_version.patch}-{latest_branch_version.prerelease.lower()}+{channel_metadata}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue