From dfca694411c6256af7fcdcb167a9926bffad3514 Mon Sep 17 00:00:00 2001 From: Bob Date: Fri, 21 Aug 2026 03:13:54 +0000 Subject: [PATCH] fix(ci): propagate retried build failures --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39c131906..a04150815 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -717,6 +717,7 @@ jobs: max_attempts: 3 shell: bash command: | + set -e python3 -m venv venv source venv/bin/activate || source venv/Scripts/activate poetry install @@ -946,4 +947,3 @@ jobs: prerelease: ${{ !(steps.version.outputs.is_stable == 'true') }} # Retry CI after transient upload-artifact timeout. -