Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Spijker <j.spijker@ultimaker.com>2022-10-10 16:46:52 +0300
committerGitHub <noreply@github.com>2022-10-10 16:46:52 +0300
commitbbda089ae9d9de24b672b32b7fa5bd210231dd6b (patch)
tree1ecc0f417bbe33b88a7c2c040c113e76f04cde07
parentfce7df29e01b5638641802401aeaa7d4d9221abe (diff)
Add quotes around ref_name
-rw-r--r--.github/workflows/conan-recipe-version.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml
index e10ffa8b2d..f1dfc67bf3 100644
--- a/.github/workflows/conan-recipe-version.yml
+++ b/.github/workflows/conan-recipe-version.yml
@@ -169,7 +169,7 @@ jobs:
# FIXME: for external PR's
actual_version = f"5.3.0-alpha+{buildmetadata}pr_{issue_number}"
- 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 = "_"