Skip to content

Commit 6eb0c1b

Browse files
ci: update autorelease trigger label from triggered to pending in cloudbuild.yaml
1 parent db1f480 commit 6eb0c1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ steps:
5151
PR_TITLE=$(echo "$$PR_DATA" | jq -r '.title')
5252
5353
# Determine Release Version (Use double quotes and $$ for bash variables)
54-
if [[ "$$PR_LABELS" == *"autorelease: triggered"* ]]; then
54+
if [[ "$$PR_LABELS" == *"autorelease: pending"* ]]; then
5555
if [[ "$$PR_TITLE" =~ release\ ([0-9]+\.[0-9]+\.[0-9]+) ]]; then
5656
export RELEASE_VERSION="$${BASH_REMATCH[1]}"
5757
else

0 commit comments

Comments
 (0)