We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e57b9c + 5070bcb commit 0715303Copy full SHA for 0715303
1 file changed
.github/workflows/lotrointerface.yml
@@ -50,7 +50,7 @@ jobs:
50
if: ${{ steps.version_change.outputs.version_changed == 'false' }}
51
run: |
52
echo "Version did not change. Exiting workflow."
53
- exit 0 # Fail the step to stop the workflow
+ exit 1 # Fail the step to stop the workflow
54
55
- name: Archive Release
56
uses: thedoctor0/zip-release@master
0 commit comments