Update release_pipeline.yml

This commit is contained in:
2025-12-27 00:04:57 -06:00
parent 513ce83b4e
commit 315044fadb

View File

@@ -361,8 +361,7 @@ jobs:
{ {
echo "ERROR: Date normalization script not found in approved locations." echo "ERROR: Date normalization script not found in approved locations."
echo "Approved locations:" echo "Approved locations:"
printf '%s printf '%s\\n' "${CANDIDATES[@]}"
' "${CANDIDATES[@]}"
echo "Discovered candidates (first 5):" echo "Discovered candidates (first 5):"
echo "${FOUND:-<none>}" echo "${FOUND:-<none>}"
echo "Required action: add scripts/update_dates.sh (or scripts/release/update_dates.sh) to the repo." echo "Required action: add scripts/update_dates.sh (or scripts/release/update_dates.sh) to the repo."