Skip to content

Commit

Permalink
Revert "another potential fix to check_release_version job"
Browse files Browse the repository at this point in the history
This reverts commit 40e099c.
  • Loading branch information
achou11 committed Feb 6, 2025
1 parent b919ad3 commit e79ec3f
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.event.pull_request.head.ref
if: format('rc/v{0}', steps.version.outputs.releaseShort) != github.head_ref
run: exit 1

0 comments on commit e79ec3f

Please sign in to comment.