(patch) Removing parentheses from build file.
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m8s
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m8s
This commit is contained in:
parent
3988fc99ad
commit
5f68b9557c
1 changed files with 3 additions and 3 deletions
|
@ -29,13 +29,13 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
latest_commit_message="$(git show -s --format=%s HEAD)"
|
latest_commit_message="$(git show -s --format=%s HEAD)"
|
||||||
case "$latest_commit_message" in
|
case "$latest_commit_message" in
|
||||||
*(patch)*)
|
*patch*)
|
||||||
export GS_RELEASE_TYPE="patch"
|
export GS_RELEASE_TYPE="patch"
|
||||||
;;
|
;;
|
||||||
*(minor)*)
|
*minor*)
|
||||||
export GS_RELEASE_TYPE="minor"
|
export GS_RELEASE_TYPE="minor"
|
||||||
;;
|
;;
|
||||||
*(major)*)
|
*major*)
|
||||||
export GS_RELEASE_TYPE="major"
|
export GS_RELEASE_TYPE="major"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue