Skip to content

Commit 0715303

Browse files
committed
Merge branch 'master' of github.com:Dromo/Pets
2 parents 2e57b9c + 5070bcb commit 0715303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lotrointerface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: ${{ steps.version_change.outputs.version_changed == 'false' }}
5151
run: |
5252
echo "Version did not change. Exiting workflow."
53-
exit 0 # Fail the step to stop the workflow
53+
exit 1 # Fail the step to stop the workflow
5454
5555
- name: Archive Release
5656
uses: thedoctor0/zip-release@master

0 commit comments

Comments
 (0)