We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a12d0 commit 4e1afa1Copy full SHA for 4e1afa1
golang/publish/publish.sh
@@ -9,7 +9,7 @@ else
9
fi
10
echo "DRY_RUN=$DRY_RUN" >> $GITHUB_ENV
11
12
-# Handle cloud release versions
+# Get the tag names, taking into account cloud releases
13
TAG_NAME="v${VERSION}"
14
PREV_TAG_NAME="v${PREV_VERSION}"
15
if [[ "${TAG_NAME}" =~ ^cloud.* ]]; then
0 commit comments