Update buildRelease.yml

This commit is contained in:
Anthony Wang 2020-06-29 14:57:30 -05:00 committed by GitHub
parent 290dba6fa3
commit c04cc1a0b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ jobs:
run: |
changes=$(diff ./VERSION ./new | grep "^>" | wc -l)
if [ $changes != "1" ]; then
echo "## Changes" > ./final
echo "## Changelog" > ./final
echo >> ./final
diff -b -I '^##' ./new ./VERSION | grep '^[<>]' >> ./final
echo >> ./final