From 3c5f4bfe5c15b104334076b8ad7cc741bb55cdbb Mon Sep 17 00:00:00 2001 From: ganesh47 <22994026+ganesh47@users.noreply.github.com> Date: Sat, 3 Jan 2026 06:59:31 +0000 Subject: [PATCH] Refs #80: Fix ADR comment parsing --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 179c1ba..4373d43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,7 +130,7 @@ jobs: env: TAG: ${{ steps.prep.outputs.tag }} run: | - adr_number=$(printf "%s" "$ADR_URL" | sed -E 's#.*/discussions/([0-9]+).*#\\1#') + adr_number=$(printf "%s" "$ADR_URL" | sed -E 's#.*/discussions/([0-9]+).*#\1#') body=$(cat <<'EOF' Release {TAG} published. - Release: https://github.com/${GITHUB_REPOSITORY}/releases/{TAG}