(patch) Removing parentheses from build file. #6
1 changed files with 3 additions and 3 deletions
|
@ -29,13 +29,13 @@ jobs:
|
|||
run: |
|
||||
latest_commit_message="$(git show -s --format=%s HEAD)"
|
||||
case "$latest_commit_message" in
|
||||
*(patch)*)
|
||||
*patch*)
|
||||
export GS_RELEASE_TYPE="patch"
|
||||
;;
|
||||
*(minor)*)
|
||||
*minor*)
|
||||
export GS_RELEASE_TYPE="minor"
|
||||
;;
|
||||
*(major)*)
|
||||
*major*)
|
||||
export GS_RELEASE_TYPE="major"
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Reference in a new issue