(patch) Removing parentheses from build file.
All checks were successful
/ Build and Test Library Snapshot (pull_request) Successful in 1m8s

This commit is contained in:
Pat Garrity 2024-03-22 21:45:09 -05:00
parent 3988fc99ad
commit 5f68b9557c
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

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