From d765ba8dcca3e3603d577cb82d4282bf92185cfc Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 13 Nov 2024 14:48:59 +0900 Subject: [PATCH] BUILD_RELEASE: debugging what is causing the exit from generate-body --- .github/workflows/build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 941c5d01..f7082105 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -154,7 +154,7 @@ jobs: echo "[DEBUG] CHECKPOINT 2" # Debug - xmlstarlet sel -t -v "/component/releases/release[1]/description/*" "$xml_file" -n + xmlstarlet sel -t -m "/component/releases/release[1]/description/*" -c "." -n "$xml_file" # 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)