From 7d45a77c3fb0252621deafc307061b12feb4f745 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Fri, 26 Dec 2025 22:43:01 -0600 Subject: [PATCH] Update release_pipeline.yml --- .github/workflows/release_pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_pipeline.yml b/.github/workflows/release_pipeline.yml index e4173cc..43b79a7 100644 --- a/.github/workflows/release_pipeline.yml +++ b/.github/workflows/release_pipeline.yml @@ -321,7 +321,8 @@ jobs: { echo "ERROR: Date normalization script not found in approved locations." echo "Approved locations:" - printf '%s\n' "${CANDIDATES[@]}" + printf '%s +' "${CANDIDATES[@]}" echo "Discovered candidates (first 5):" echo "${FOUND:-}" echo "Required action: add scripts/update_dates.sh (or scripts/release/update_dates.sh) to the repo."