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."