From 5340d8b6090ea896290952264f1e73dbfdd77b76 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Tue, 23 Dec 2025 23:13:37 -0600 Subject: [PATCH] Update release_pipeline.yml --- .github/workflows/release_pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release_pipeline.yml b/.github/workflows/release_pipeline.yml index 7db0198..aaedba1 100644 --- a/.github/workflows/release_pipeline.yml +++ b/.github/workflows/release_pipeline.yml @@ -323,8 +323,7 @@ jobs: { echo "ERROR: Date normalization script not found in approved locations." echo "Approved locations:" - printf '%s -' "${CANDIDATES[@]}" + printf '%s\n' "${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."