From b1747c67ddf7e6abee60b4cf6cfb02d45275ebdd Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 13 Nov 2024 14:55:30 +0900 Subject: [PATCH] BUILD_RELEASE: debugging what is causing the exit from generate-body --- .github/workflows/build_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index f7082105..4049d14c 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -156,6 +156,8 @@ jobs: # Debug xmlstarlet sel -t -m "/component/releases/release[1]/description/*" -c "." -n "$xml_file" + echo "[DEBUG] CHECKPOINT 2.1" + # Extract the raw description content using xmlstarlet with error handling raw_description=$(xmlstarlet sel -t -m "/component/releases/release[1]/description/*" -c "." -n "$xml_file" 2>&1) status=$?