Merge pull request 'chore: Fix syntax error on workflows' (#5) from dev into master
Reviewed-on: #5
This commit is contained in:
commit
e2f8a65e26
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user