mirror of
https://github.com/unraid/api.git
synced 2026-01-08 01:29:49 -06:00
chore: fix shell interpretation of release notes
This commit is contained in:
4
.github/workflows/release-production.yml
vendored
4
.github/workflows/release-production.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user