mirror of
https://github.com/unraid/api.git
synced 2026-01-06 16:49:49 -06:00
chore: fix release notes not using new lines
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -285,7 +285,7 @@ jobs:
|
||||
# Get all the commit messages between now and the last non-pre-release tag
|
||||
RELEASE_NOTES=$(git log "$LAST_RELEASE...HEAD" --pretty=format:"- %s [\`%h\`](http://github.com/$GITHUB_REPOSITORY/commit/%H)" --reverse | sed \$d) \
|
||||
# Save release notes to a file
|
||||
echo $RELEASE_NOTES > ${{ github.workspace }}/RELEASE_NOTES.md && \
|
||||
echo "$RELEASE_NOTES" > ${{ github.workspace }}/RELEASE_NOTES.md && \
|
||||
# Log release notes
|
||||
cat ${{ github.workspace }}/RELEASE_NOTES.md
|
||||
|
||||
|
||||
Reference in New Issue
Block a user