We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d7c4a commit d3d6339Copy full SHA for d3d6339
1 file changed
cloudbuild.yaml
@@ -51,7 +51,7 @@ steps:
51
PR_TITLE=$(echo "$$PR_DATA" | jq -r '.title')
52
53
# Determine Release Version (Use double quotes and $$ for bash variables)
54
- if [[ "$$PR_LABELS" == *"autorelease: triggered"* ]]; then
+ if [[ "$$PR_LABELS" == *"autorelease: pending"* ]]; then
55
if [[ "$$PR_TITLE" =~ release\ ([0-9]+\.[0-9]+\.[0-9]+) ]]; then
56
export RELEASE_VERSION="$${BASH_REMATCH[1]}"
57
else
0 commit comments