fix(env): use the correct environment variable for output

This commit is contained in:
Orhun Parmaksız
2022-05-02 20:54:53 +03:00
parent 599c1fca6f
commit ec7be25db9

View File

@@ -7,7 +7,7 @@ OUTPUT=${OUTPUT:="git-cliff/CHANGELOG.md"}
mkdir -p "$(dirname $OUTPUT)"
# Execute git-cliff
git-cliff $@
GIT_CLIFF_OUTPUT="$OUTPUT" git-cliff $@
exit_code=$?
# Output to console