fix(ci): fix if statement

This commit is contained in:
2025-01-02 17:45:50 +00:00
parent a5325d96eb
commit 4190a6bce2

View File

@ -87,7 +87,7 @@ jobs:
fi
- name: Cancel if no changes
if: steps.changes.outputs.changes == 'true'
if: steps.changes.outputs.changes == 'false'
run: exit 1
# - name: Create changelog