From c267c7eb9afffb6482df8788e0dec1ab3f039d64 Mon Sep 17 00:00:00 2001 From: Timofei Larkin Date: Tue, 27 May 2025 12:20:00 +0300 Subject: [PATCH] Update .github/workflows/pull-requests-release.yaml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Timofei Larkin --- .github/workflows/pull-requests-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests-release.yaml b/.github/workflows/pull-requests-release.yaml index 1e82175c..7f7c2fcd 100644 --- a/.github/workflows/pull-requests-release.yaml +++ b/.github/workflows/pull-requests-release.yaml @@ -125,8 +125,9 @@ jobs: console.log(`✅ Created branch '${branch}' at ${commitSha}`); } else { console.error('Unexpected error --', err); + core.setFailed(`Unexpected error creating/updating branch: ${err.message}`); + throw err; } - } # Get the latest published release - name: Get the latest published release