fix(ci): fix if statement

This commit is contained in:
Luke Tainton 2025-01-02 17:45:50 +00:00
parent a5325d96eb
commit 4190a6bce2
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 == 'true'
if: steps.changes.outputs.changes == 'false'
run: exit 1
# - name: Create changelog