mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Update conan-recipe-version.yml
This commit is contained in:
parent
b81b7c8c63
commit
51b3c338da
1 changed files with 8 additions and 0 deletions
8
.github/workflows/conan-recipe-version.yml
vendored
8
.github/workflows/conan-recipe-version.yml
vendored
|
@ -172,6 +172,14 @@ jobs:
|
|||
else:
|
||||
# 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}"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue