Browse Source

chore: fix

pull/349/head
Eugenio Parodi 🌶️ 1 year ago
parent
commit
9c08b0968f
  1. 1
      .github/workflows/release.yml

1
.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}'|" \

Loading…
Cancel
Save