mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 11:47:50 -06:00
Fix parser logic
Contributes to CURA-9365
This commit is contained in:
parent
4c4c6bb5da
commit
6ca96814a8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
||||||
id: latest-alias
|
id: latest-alias
|
||||||
run: |
|
run: |
|
||||||
# FIXME: Remove the CURA-9365 clause once merged to main
|
# 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 }}"
|
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
|
else
|
||||||
echo "::set-output name=recipe_id_latest::''"
|
echo "::set-output name=recipe_id_latest::''"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue