From 3a18950c20e5489ee66f72b4f797f920d0660331 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Wed, 5 Jun 2024 13:43:43 +0200 Subject: [PATCH] Fix syntax --- .../release-process_release-candidate.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-process_release-candidate.yml b/.github/workflows/release-process_release-candidate.yml index 6419c63e2d..6765d49abd 100644 --- a/.github/workflows/release-process_release-candidate.yml +++ b/.github/workflows/release-process_release-candidate.yml @@ -108,15 +108,14 @@ jobs: token: ${{ secrets.CURA_AUTORELEASE_PAT }} payload: | { - "repository": "${{ matrix.repository }}" - "ref_name": "${{ needs.parse-version.outputs.branch_name }}" - "version": "${{ inputs.cura_version }}" - "conan_release": true - "conan_user_channel": "ultimaker/stable" - "conan_internal": false - "conan_latest": true + "repository": "${{ matrix.repository }}", + "ref_name": "${{ needs.parse-version.outputs.branch_name }}", + "version": "${{ inputs.cura_version }}", + "conan_release": true, + "conan_user_channel": "ultimaker/stable", + "conan_internal": false, + "conan_latest": true, "conan_recipe_root": "${{ matrix.conan_recipe_root }}" - } create-cura-package: