chore: Fix syntax error on workflows
Some checks failed
versioning-and-changelog / versioning_and_changelog (pull_request) Failing after 15s

This commit is contained in:
Mandresy Randrianarinjaka 2025-02-05 09:33:55 +03:00
parent 9fc89221e3
commit 712239c75d

View File

@ -51,6 +51,7 @@ jobs:
INCREMENT_TYPE="minor"
elif echo "$COMMITS" | grep -iq "fix:"; then
INCREMENT_TYPE="patch"
fi # Fermeture correcte du if
echo "INCREMENT_TYPE=$INCREMENT_TYPE" >> "$GITHUB_ENV"