mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-28 17:18:39 +08:00
Fix missing quote
This commit is contained in:
parent
48ea4cee9f
commit
2cc923761d
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
@ -171,7 +171,7 @@ jobs:
|
||||
|
||||
if is_tag:
|
||||
print("THE TAG IS: ", ${{ github.ref_name }})
|
||||
if is_tag and ${{ github.ref_name }} == "5.2.0-beta:
|
||||
if is_tag and ${{ github.ref_name }} == "5.2.0-beta":
|
||||
actual_version = "5.2.0-beta"
|
||||
is_release_branch = True
|
||||
user = "_"
|
||||
|
Loading…
x
Reference in New Issue
Block a user