From 34fccedd0336a4c50beab957948fe278e4b12f08 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Tue, 19 Jul 2022 07:02:29 +0200 Subject: [PATCH] Only remove remote aliases Contributes to CURA-9365 --- .github/workflows/conan-recipe-export.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/conan-recipe-export.yml b/.github/workflows/conan-recipe-export.yml index 7404acdc54..9e6ce9a55d 100644 --- a/.github/workflows/conan-recipe-export.yml +++ b/.github/workflows/conan-recipe-export.yml @@ -89,7 +89,6 @@ jobs: - name: Create the latest alias if: ${{ inputs.recipe_id_latest != '' }} run: | - conan remove ${{ inputs.recipe_id_latest }} -f conan remove ${{ inputs.recipe_id_latest }} -r cura -f conan remove ${{ inputs.recipe_id_latest }} -r cura-ce -f conan alias ${{ inputs.recipe_id_latest }} ${{ inputs.recipe_id_full }}