Skip to content

Commit 5618604

Browse files
blink1073alcaeus
andauthored
Update golang/pre-publish/set-environment.sh
Co-authored-by: Andreas Braun <[email protected]>
1 parent 9330f87 commit 5618604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

golang/pre-publish/set-environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44
COMMIT_TEMPLATE='BUMP v${VERSION}'
55
TAG_VERSION="v${VERSION}"
66

7-
if [[ "${VERSION}" =~ cloud.* ]]; then
7+
if [[ "${VERSION}" =~ ^cloud.* ]]; then
88
COMMIT_TEMPLATE='BUMP ${VERSION}'
99
TAG_VERSION="${VERSION}"
1010
fi

0 commit comments

Comments
 (0)