Skip to content

Commit

Permalink
Update golang/pre-publish/set-environment.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Braun <[email protected]>
  • Loading branch information
blink1073 and alcaeus authored Oct 7, 2024
1 parent 9330f87 commit 5618604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/pre-publish/set-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu
COMMIT_TEMPLATE='BUMP v${VERSION}'
TAG_VERSION="v${VERSION}"

if [[ "${VERSION}" =~ cloud.* ]]; then
if [[ "${VERSION}" =~ ^cloud.* ]]; then
COMMIT_TEMPLATE='BUMP ${VERSION}'
TAG_VERSION="${VERSION}"
fi
Expand Down

0 comments on commit 5618604

Please sign in to comment.