add release
This commit is contained in:
@@ -72,7 +72,7 @@ jobs:
|
|||||||
echo "change=$CHANGE" >> $GITHUB_OUTPUT
|
echo "change=$CHANGE" >> $GITHUB_OUTPUT
|
||||||
echo "Has changes to release? $CHANGE"
|
echo "Has changes to release? $CHANGE"
|
||||||
- name: Fail workflow if there are no changes
|
- name: Fail workflow if there are no changes
|
||||||
if: steps.project.outputs.change == 'false' && inputs.FAIL_FOR_NO_CHANGES == true
|
if: steps.project.outputs.change == 'false' && inputs.FAIL_FOR_NO_CHANGES
|
||||||
run: |
|
run: |
|
||||||
echo "No changes to release, failing..."
|
echo "No changes to release, failing..."
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user