fix(ci): fix if statement
This commit is contained in:
parent
a5325d96eb
commit
4190a6bce2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user