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]