commit d597f956596a4c1ff9cd752c688289d546d09339 parent 9e974d4ffcef08794c6cd9066114b37dd9bf9bf6 Author: mtmn <miro@haravara.org> Date: Sat, 18 Apr 2026 21:32:00 +0200 fix: gha backoff on error Diffstat:
| M | .github/workflows/release-please.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest outputs: prs_created: ${{ steps.release.outputs.prs_created }} - pr_branch: ${{ fromJSON(steps.release.outputs.pr).headBranchName }} + pr_branch: ${{ steps.release.outputs.prs_created == 'true' && fromJSON(steps.release.outputs.pr).headBranchName || '' }} steps: - uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1 id: release