diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0857ed25..a67336f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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