Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina authored Jan 16, 2024
1 parent 1a5cc87 commit 68bfc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
run: |
echo "${{ env.CHANGES_TEMPLATE }}\n"
sed -i 's/## 202x.x.x (Unreleased)/## ${{ steps.increment_version.outputs.result }}/' CHANGELOG.md
sed -i "1i $(echo "${CHANGES_TEMPLATE}" | sed -r 's/$/\\\\n/' | sed -r '$s/\\\\n//' | while IFS= read -r line; do echo -n "$line"; done)" CHANGELOG.md
sed -i "1i $(echo "${CHANGES_TEMPLATE}" | sed -r 's/$/\\\n/' | sed -r '$s/\\\n//' | while IFS= read -r line; do echo -n "$line"; done)" CHANGELOG.md
cat CHANGELOG.md

0 comments on commit 68bfc85

Please sign in to comment.