From 042e59fa5b25a8dae6e1f74e357c9052fdfcdcc8 Mon Sep 17 00:00:00 2001 From: Amy Galles <9685081+AmyLGalles@users.noreply.github.com> Date: Tue, 27 May 2025 15:49:54 -0700 Subject: [PATCH] try formatting release notes --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c29b1e6761..524f712a12 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -88,7 +88,7 @@ jobs: --name google-services.json --file ${{ github.workspace }}/app/src/standardRelease/google-services.json --output none - name: Format Release Notes run: | - FORMATTED_MESSAGE="$(echo "${{ inputs.release-notes }}" | sed 's/\\n/\'$'\n''/g')" + FORMATTED_MESSAGE="$(echo "${{ inputs.release-notes }}" | sed 's/ /\n/g'" echo "Formatted message with newlines:" echo "$FORMATTED_MESSAGE" echo "FORMATTED_MESSAGE<> $GITHUB_ENV