From 69bb46298053b2bccfa9f3437803eac393e8fd9b Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Wed, 14 Aug 2024 10:18:37 +0200 Subject: [PATCH] Fix outputting the main commit --- .github/workflows/release-process_release-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-process_release-candidate.yml b/.github/workflows/release-process_release-candidate.yml index 196b4783b69..d14701d2780 100644 --- a/.github/workflows/release-process_release-candidate.yml +++ b/.github/workflows/release-process_release-candidate.yml @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest needs: [parse-version, find-rc-tag] outputs: - main_commit: ${{ steps.export-main-commit.main_commit }} + main_commit: ${{ steps.export-main-commit.outputs.main_commit }} strategy: matrix: repository: [Cura, Uranium, CuraEngine, cura-binary-data, fdm_materials]