From b74867ae0891ee13be5830287106d05c743faa54 Mon Sep 17 00:00:00 2001 From: Steve Gontzes Date: Fri, 18 Sep 2026 18:32:58 +0000 Subject: [PATCH] Flatten release failure annotations Co-authored-by: c1-squire-dev[bot] --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 73b53d9..3225ddb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1720,6 +1720,8 @@ jobs: # Keep Datadog payload compact (~4k limit on text) out="$(printf "%s" "$out" | tail -c 3500)" + # Single line: multi-line output breaks the events YAML block scalar. + out="$(printf "%s" "$out" | tr '\n' ' ' | sed 's/ \+/ /g')" { echo "annotations<