Skip to content

Commit 3028b07

Browse files
authored
Update config.yml
1 parent c5d73e6 commit 3028b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
echo "Release branch: $RELEASE_BRANCH"
120120
# Does a release branch contain this tag (hotfix workflow) (0 or 1)
121121
TAG_ON_RELEASE_BRANCH=$(git branch -a --contains "$CIRCLE_TAG" | grep -Fx " remotes/origin/$RELEASE_BRANCH" | wc -l)
122-
echo "Tag is on release branch $RELEASE_LINE: $TAG_ON_RELEASE_BRANCH"
122+
echo "Tag is on release branch $RELEASE_BRANCH: $TAG_ON_RELEASE_BRANCH"
123123
# Does main contain this tag (0 or 1)
124124
TAG_ON_MAIN=$(git branch -a --contains "$CIRCLE_TAG" | grep -Fx ' remotes/origin/main' | wc -l)
125125
echo "Tag is on main branch: $TAG_ON_MAIN"

0 commit comments

Comments
 (0)