Skip to content

Commit

Permalink
Fix outputting the main commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Aug 14, 2024
1 parent e63619d commit 69bb462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-process_release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 69bb462

Please sign in to comment.