From 6ca96814a8412c27a9032abd0e57a4640aaecdce Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Wed, 22 Jun 2022 08:57:02 +0200 Subject: [PATCH] Fix parser logic Contributes to CURA-9365 --- .github/workflows/conan-recipe-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml index e9332ffb89..2535c21a5f 100644 --- a/.github/workflows/conan-recipe-version.yml +++ b/.github/workflows/conan-recipe-version.yml @@ -77,7 +77,7 @@ jobs: id: latest-alias run: | # FIXME: Remove the CURA-9365 clause once merged to main - if [ "${{ github.ref_name == 'main' || ${{ contains(github.ref_name, 'CURA-9365') }} }}" = "true" ]; then + if [ "${{ github.ref_name == 'main' ||contains(github.ref_name, 'CURA-9365') }}" = "true" ]; then echo "::set-output name=recipe_id_latest::${{ inputs.project_name }}/latest@${{ steps.get-conan-broadcast-data.outputs.user }}/${{ steps.get-conan-broadcast-data.outputs.channel }}" else echo "::set-output name=recipe_id_latest::''"