add release

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

View File

@@ -71,6 +71,10 @@ jobs:
echo "Extracted application version: $VERSION"
echo "change=$CHANGE" >> $GITHUB_OUTPUT
echo "Has changes to release? $CHANGE"
- name: Debug outputs
run: |
echo "Change output: ${{ steps.project.outputs.change }}"
echo "Fail input: ${{ inputs.FAIL_FOR_NO_CHANGES }}"
- name: Fail workflow if there are no changes
if: steps.project.outputs.change == 'false' && inputs.FAIL_FOR_NO_CHANGES == true
run: |