Skip to content

Commit

Permalink
Add one explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Mar 18, 2021
1 parent 748fac7 commit ff03948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload-release-to-plugin-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
# Okay, we have all we need to build the new Changelog.
head -n $(( "${BEFORE}" - 1 )) changelog.txt > new_changelog.txt
printf '= %s =\n\n' "${TAG#v}" >> new_changelog.txt
# Need to use a heredoc in order to preserve special characters.
cat <<- "EOF" >> new_changelog.txt
${{ github.event.release.body }}
EOF
Expand Down

0 comments on commit ff03948

Please sign in to comment.