Update buildRelease.yml

This commit is contained in:
Anthony Wang 2020-06-16 14:33:45 -05:00
parent 41bf5f2f46
commit 860e1791dd

View file

@ -73,9 +73,7 @@ jobs:
- name: Check changes
run: |
changes=$(diff ./VERSION ./output | grep "^>" | wc -l)
if [ $changes == "4" ]; then
set -e o pipefail
else
if [ $changes != "4" ]; then
cp ./output ./VERSION
rm ./output
fi