Skip to content

Commit 09b5d84

Browse files
hopehadfieldkarthikjeeyar
authored andcommitted
chore(release): fix typo that results in is_version_pr being falsely evaluated (#2468)
Signed-off-by: Hope Hadfield <hhadfiel@redhat.com>
1 parent a78abf7 commit 09b5d84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_workspace_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if [[ "$PR_TITLE" == Version*Packages* \
3535
&& "$USER_LOGIN" == "rhdh-bot" ]] \
3636
&& [[ "$HEAD_REF" == maintenance-changesets-release/* ]] \
37-
&& [[ "PR_MERGED" == "true" ]]; then
37+
&& [[ "$PR_MERGED" == "true" ]]; then
3838
echo "is_version_pr=true" >> $GITHUB_OUTPUT
3939
else
4040
echo "is_version_pr=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)