(patch) Removing parentheses from build file. (#6)
All checks were successful
/ Build and Release Library (push) Successful in 1m15s
All checks were successful
/ Build and Release Library (push) Successful in 1m15s
This commit is contained in:
parent
3988fc99ad
commit
b70da830f7
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