chore: Fix syntax error on workflows #5

Merged
fanantenana merged 1 commits from dev into master 2025-02-05 06:35:57 +00:00

View File

@ -51,7 +51,8 @@ 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"
- name: Increment version in pubspec.yaml