Skip to content

Commit d3d6339

Browse files
ci: update autorelease label trigger from triggered to pending in cloudbuild.yaml (#166)
1 parent 79d7c4a commit d3d6339

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)