Merge pull request 'chore: Fix syntax error on workflows' (#5) from dev into master

Reviewed-on: #5
This commit is contained in:
fanantenana 2025-02-05 06:35:54 +00:00
commit e2f8a65e26

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