Skip to content

Commit

Permalink
fix comparison of release version to rc branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Feb 6, 2025
1 parent 8ca1c89 commit 685dff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
run: exit 1

- name: Assert release version matches RC branch name
if: format('rc/{0}', steps.version.outputs.release) != github.head_ref
if: format('rc/v{0}', steps.version.outputs.releaseShort) != github.head_ref
run: exit 1

0 comments on commit 685dff8

Please sign in to comment.