Skip to content

Commit 1df23d2

Browse files
committed
[actions] fix release script
1 parent b918f02 commit 1df23d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
5050
- id: prune-footnotes
5151
run: |
52-
tmp.md < "${{ steps.changelog_reader.outputs.changes }}"
53-
tmp.md << ${{ steps.changelog.outputs.links }}
52+
tmp.md < echo "${{ steps.changelog_reader.outputs.changes }}"
53+
tmp.md << echo "${{ steps.changelog.outputs.links }}"
5454
DELIMITER=$(uuidgen)
5555
echo "body<<${DELIMITER}" >> "${GITHUB_OUTPUT}"
5656
npx gfm-footnotes -i tmp.md > "${GITHUB_OUTPUT}"

0 commit comments

Comments
 (0)