Make common build 'draft' to prevent issues while building

It doesn't change the draft status though because there's some flaw. Need to make a workaround to fix that, hopefully.
This commit is contained in:
Crementif 2018-05-21 01:09:42 +02:00
parent 87c4086a67
commit aba602706d

View File

@ -59,4 +59,5 @@ after_success:
--tag="Travis$TRAVIS_BUILD_NUMBER" \
--name="Graphic Packs: version $TRAVIS_BUILD_NUMBER" \
--body="$(git log -1 --format='Commited at %ci by **%cn** in commit %h%n### %s%n```%n%b%n```')" \
$([ "$buildType" = "Common" ] && echo "--draft" || echo "") \
"graphicPacks$buildType""_$TRAVIS_BUILD_NUMBER"".zip"