Skip to content

Commit

Permalink
Clean binary regardless of exit code
Browse files Browse the repository at this point in the history
Closes: #281
  • Loading branch information
jackton1 committed Feb 3, 2022
1 parent bc54e3c commit 0e0df3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
if [[ $exit_status -ne 0 ]]; then
echo "::warning::Error occurred running auto-doc"
exit 1;
exit $exit_status;
fi
shell: bash
Expand Down

0 comments on commit 0e0df3d

Please sign in to comment.