From 346baf4d19b7113d37c46d2eafa52507fdb9b3bd Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 13 Nov 2024 14:14:09 +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 c99c59ad..fd7e8ff1 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -154,7 +154,7 @@ jobs: echo "[DEBUG] CHECKPOINT 2" # Extract the raw description content using xmlstarlet - raw_description=$(xmlstarlet sel -t -m "/component/releases/release[1]/description/*" -c "." -n "$xml_file" 2>/dev/null) + raw_description=$(xmlstarlet sel -t -m "/component/releases/release[1]/description/*" -c "." -n "$xml_file") echo "[DEBUG] CHECKPOINT 3"