From 1217d0b1005fe5255b176b2f3ce28d7e31fe165e Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Thu, 3 Apr 2025 12:18:33 -0400 Subject: [PATCH] chore: fix shell interpretation of release notes --- .github/workflows/release-production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index 842780d9f..af62ed534 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: version: - description: 'Tag to update' + description: 'Tag to release - will replace active release' required: true jobs: @@ -32,7 +32,7 @@ jobs: with: node-version: '22.x' - run: | - echo "${{ steps.release-info.outputs.body }}" >> release-notes.txt + echo '${{ steps.release-info.outputs.body }}' >> release-notes.txt - run: npm install html-escaper@2 xml2js - name: Update Plugin Changelog uses: actions/github-script@v7