mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 07:25:43 +08:00
fix(run): exit with correct exit code (#58)
This commit is contained in:
3
run.sh
3
run.sh
@@ -71,3 +71,6 @@ echo "version=$(jq -r '.[0].version' $CONTEXT)" >>$GITHUB_OUTPUT
|
|||||||
|
|
||||||
# Pass exit code to the next step
|
# Pass exit code to the next step
|
||||||
echo "exit_code=$exit_code" >>$GITHUB_OUTPUT
|
echo "exit_code=$exit_code" >>$GITHUB_OUTPUT
|
||||||
|
|
||||||
|
# Exit with git-cliff exit_code
|
||||||
|
exit $exit_code
|
||||||
|
|||||||
Reference in New Issue
Block a user