Skip to content

Commit

Permalink
another potential fix to check_release_version job
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Feb 6, 2025
1 parent 199fb85 commit b919ad3
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 @@ -71,5 +71,5 @@ jobs:
run: exit 1

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

0 comments on commit b919ad3

Please sign in to comment.