chore: fix shell interpretation of release notes

This commit is contained in:
Eli Bosley
2025-04-03 12:18:33 -04:00
parent 15dc458751
commit 1217d0b100

View File

@@ -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