Skip to content

Commit

Permalink
Fix script syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Aug 14, 2024
1 parent 7a944e9 commit e63619d
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 @@ -90,7 +90,7 @@ jobs:
- name: Export Cura tagged commit
id: export-main-commit
if: ${{ matrix.repository == "Cura" }}
if: ${{ matrix.repository == 'Cura' }}
run: |
echo "main_commit=`git rev-parse HEAD`" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit e63619d

Please sign in to comment.