mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-02 11:47:14 +08:00
Revert Later
This is a hack for beta release
This commit is contained in:
parent
b7ef313375
commit
c4f4900ccd
10
.github/workflows/conan-recipe-version.yml
vendored
10
.github/workflows/conan-recipe-version.yml
vendored
@ -173,6 +173,14 @@ jobs:
|
||||
# FIXME: for external PR's
|
||||
actual_version = f"5.2.0-alpha+{buildmetadata}pr_{issue_number}"
|
||||
|
||||
if is_tag:
|
||||
print("THE TAG IS: ", ${{ github.ref_name }})
|
||||
if is_tag and ${{ github.ref_name }} == "5.2.0-beta:
|
||||
actual_version = "5.2.0-beta"
|
||||
is_release_branch = True
|
||||
user = "_"
|
||||
channel = "_"
|
||||
|
||||
# %% print to output
|
||||
cmd_name = ["echo", f"::set-output name=name::{project_name}"]
|
||||
subprocess.call(cmd_name)
|
||||
@ -194,7 +202,7 @@ jobs:
|
||||
print(f"version = {actual_version}")
|
||||
print(f"user = {user}")
|
||||
print(f"channel = {channel}")
|
||||
print(f"recipe_id_full = {project_name}/{actual_version}@{user}/{channel}")
|
||||
print(f"= {project_name}/{actual_version}@{user}/{channel}")
|
||||
print(f"recipe_id_latest = {project_name}/latest@{user}/{channel}")
|
||||
print(f"semver_full = {actual_version}")
|
||||
print(f"is_release_branch = {str(is_release_branch).lower()}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user