fix(git): disable safe directory checks

This commit is contained in:
Orhun Parmaksız
2022-11-19 22:31:11 +03:00
parent 47495ac64f
commit a9fc6d3065

View File

@@ -4,6 +4,9 @@ set -uxo pipefail
# Avoid file expansion when passing parameters like with '*'
set -o noglob
# Disable safe directory checks
git config --global --add safe.directory '*'
OUTPUT=${OUTPUT:="git-cliff/CHANGELOG.md"}
# Create the output directory