Skip to content

Commit

Permalink
fix(env): use the correct environment variable for output
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed May 2, 2022
1 parent 599c1fc commit ec7be25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec7be25

Please sign in to comment.