mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Use latest alias
Contributes to CURA-9365
This commit is contained in:
parent
f7c361f61e
commit
2781725cea
2 changed files with 14 additions and 19 deletions
7
.github/workflows/conan-recipe-version.yml
vendored
7
.github/workflows/conan-recipe-version.yml
vendored
|
@ -76,9 +76,4 @@ jobs:
|
|||
- name: Get latest alias
|
||||
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
|
||||
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::''"
|
||||
fi
|
||||
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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue