chore: Fix syntax error on workflows
Some checks failed
versioning-and-changelog / versioning_and_changelog (pull_request) Failing after 15s
Some checks failed
versioning-and-changelog / versioning_and_changelog (pull_request) Failing after 15s
This commit is contained in:
parent
9fc89221e3
commit
712239c75d
@ -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