From 2ca76f5e9cec94e47ba6bdb21362054bba09ee95 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Wed, 5 Jun 2024 16:34:11 +0200 Subject: [PATCH] Attempt to fix wrong given inputs --- .../workflows/release-process_release-candidate.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-process_release-candidate.yml b/.github/workflows/release-process_release-candidate.yml index c0fe62cc84..2f042844c8 100644 --- a/.github/workflows/release-process_release-candidate.yml +++ b/.github/workflows/release-process_release-candidate.yml @@ -116,10 +116,10 @@ jobs: "repository": "${{ matrix.repository }}", "ref_name": "${{ needs.parse-version.outputs.branch_name }}", "version": "${{ inputs.cura_version }}", - "conan_release": true, + "conan_release": "true", "conan_user_channel": "ultimaker/stable", - "conan_internal": false, - "conan_latest": true, + "conan_internal": "false", + "conan_latest": "true", "conan_recipe_root": "${{ matrix.conan_recipe_root }}" } @@ -144,10 +144,10 @@ jobs: "repository": "Cura", "ref_name": "${{ needs.parse-version.outputs.branch_name }}", "version": "${{ inputs.cura_version }}", - "conan_release": true, + "conan_release": "true", "conan_user_channel": "ultimaker/stable", - "conan_internal": false, - "conan_latest": true + "conan_internal": "false", + "conan_latest": "true" } create-installers: