(patch) Removing parentheses from build file. (#6)
All checks were successful
/ Build and Release Library (push) Successful in 1m15s

This commit is contained in:
Pat Garrity 2024-03-23 02:55:45 +00:00
parent 3988fc99ad
commit b70da830f7

View file

@ -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"
;;
*)