Skip to content

Commit

Permalink
[actions] fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 12, 2024
1 parent b918f02 commit 1df23d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- id: prune-footnotes
run: |
tmp.md < "${{ steps.changelog_reader.outputs.changes }}"
tmp.md << ${{ steps.changelog.outputs.links }}
tmp.md < echo "${{ steps.changelog_reader.outputs.changes }}"
tmp.md << echo "${{ steps.changelog.outputs.links }}"
DELIMITER=$(uuidgen)
echo "body<<${DELIMITER}" >> "${GITHUB_OUTPUT}"
npx gfm-footnotes -i tmp.md > "${GITHUB_OUTPUT}"
Expand Down

0 comments on commit 1df23d2

Please sign in to comment.