diff --git a/entrypoint.sh b/entrypoint.sh index c8b1f6f..8e7216a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -35,6 +35,7 @@ echo "${PIP_CMD[@]}" echo "Commitizen version: $(cz version)" PREV_REV="$(cz version --project)" +echo "PREVIOUS_REVISION=${PREV_REV}" >>"$GITHUB_ENV" CZ_CMD=('cz') if [[ $INPUT_DEBUG == 'true' ]]; then