From 9c08b0968f41fa1c339e07aa253accdb4749ee85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eugenio=20Parodi=20=F0=9F=8C=B6=EF=B8=8F?= Date: Sat, 29 Mar 2025 20:27:40 +0000 Subject: [PATCH] chore: fix --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) 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}'|" \