Skip to content

Commit

Permalink
fix: checkout branch to get release commit during release run
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Dec 22, 2023
1 parent 94d9650 commit f83a5a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
REFBRANCH=${BASEREF#refs/heads/}
echo "REFBRANCH=${REFBRANCH}" >> $GITHUB_ENV
git checkout $REFBRANCH
- name: Getting latest release version and version setup
id: latest_version
Expand Down

0 comments on commit f83a5a9

Please sign in to comment.