diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84933a49..1a6f1c50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,6 +56,7 @@ jobs: run: | git config --global user.name 'Eugenio Parodi - Action' git config --global user.email 'ceccopierangioliegenio@googlemail.com' + git fetch ${{ fromJson(steps.release-please.outputs.pr).headBranchName }} git checkout ${{ fromJson(steps.release-please.outputs.pr).headBranchName }} _VERSION=$(jq .TermTk .release-please-manifest.json) sed "s|version:str.*|version:str = '${_VERSION}'|" \