mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 04:25:56 +08:00
Fix wrong indention
Contributes to CURA-9365
This commit is contained in:
parent
bb69e4877a
commit
7568a897a0
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…
x
Reference in New Issue
Block a user