Fix parser logic

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-22 08:57:02 +02:00 committed by Jelle Spijker
parent 4c4c6bb5da
commit 6ca96814a8

View file

@ -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::''"