fix(ci): fix if statement

This commit is contained in:
Luke Tainton 2025-01-02 17:45:41 +00:00
parent 7eb332eec7
commit a5325d96eb
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

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