From 96729c564af0b89d33d867778c5ab0de6b146a29 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Fri, 26 Dec 2025 22:46:30 -0600 Subject: [PATCH] Update release_pipeline.yml --- .github/workflows/release_pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_pipeline.yml b/.github/workflows/release_pipeline.yml index 41dba6d..58edf67 100644 --- a/.github/workflows/release_pipeline.yml +++ b/.github/workflows/release_pipeline.yml @@ -54,7 +54,7 @@ concurrency: defaults: run: - shell: bash + shell: bash -euxo pipefail permissions: contents: read @@ -321,7 +321,7 @@ jobs: { echo "ERROR: Date normalization script not found in approved locations." echo "Approved locations:" - printf '%s\\n' "${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." @@ -406,7 +406,7 @@ jobs: printf '%s"%s"' "${sep}" "${m}" sep="," done - printf ']}\\n' + printf ']}\n' echo "```" echo "Required action: add missing scripts under /scripts and ensure they are executable." } >> "${GITHUB_STEP_SUMMARY}" @@ -516,5 +516,5 @@ jobs: echo "### Release event report (JSON)" >> "${GITHUB_STEP_SUMMARY}" echo "```json" >> "${GITHUB_STEP_SUMMARY}" - printf '{"version":"%s","tag":"%s","prerelease":%s}\\n' "${VERSION}" "${TAG}" "${IS_PRERELEASE}" >> "${GITHUB_STEP_SUMMARY}" + printf '{"version":"%s","tag":"%s","prerelease":%s}\n' "${VERSION}" "${TAG}" "${IS_PRERELEASE}" >> "${GITHUB_STEP_SUMMARY}" echo "```" >> "${GITHUB_STEP_SUMMARY}"