Run make release in ci

This commit is contained in:
Johannes 'fish' Ziemke 2019-03-09 11:56:11 +01:00
parent 8f45936f45
commit b78b42271a

View file

@ -11,7 +11,7 @@ jobs:
command: |
curl -L https://github.com/tcnksm/ghr/releases/download/v0.12.0/ghr_v0.12.0_linux_amd64.tar.gz \
| sudo tar --strip=1 -C /usr/bin -xzvf -
make build-all
make release
workflows:
version: 2