add release

This commit is contained in:
2025-09-08 14:20:35 +02:00
parent 2281556eed
commit 3cebcfb8f3

View File

@@ -72,7 +72,7 @@ jobs:
echo "change=$CHANGE" >> $GITHUB_OUTPUT
echo "Has changes to release? $CHANGE"
- name: Fail workflow if there are no changes
if: steps.project.outputs.change == 'false' && inputs.FAIL_FOR_NO_CHANGES == true
if: steps.project.outputs.change == 'false' && inputs.FAIL_FOR_NO_CHANGES
run: |
echo "No changes to release, failing..."
exit 1