From 3dfb931541bd92af4f88a3c993594560394c8287 Mon Sep 17 00:00:00 2001 From: Genie Automagik Date: Sun, 31 May 2026 19:49:02 +0000 Subject: [PATCH] ci: tolerate git-cliff output wrapper failures --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c59091e..f1c0affa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,6 +143,13 @@ jobs: echo "Previous release tag: ${PREV:-none}" - name: Generate changelog + # git-cliff-action can fail after writing the requested file when the + # generated multi-line changelog trips GitHub output delimiter parsing + # ("Invalid value. Matching delimiter not found 'EOF'"). The release + # artifact should not go red for that wrapper-output bug; the next step + # uses /tmp/release-notes.md if it exists and otherwise leaves the + # generated release body in place. + continue-on-error: true uses: orhun/git-cliff-action@e16f179f0be49ecdfe63753837f20b9531642772 # v4.7.0 with: config: cliff.toml