install ghr for releasing

This commit is contained in:
Cedric Meury 2018-04-28 11:40:23 +02:00
parent e4b3ba444c
commit 763c5424b6
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ jobs:
- run:
command: |
docker login -u="$DOCKER_USER" -p="$DOCKER_PASS" quay.io
make tools
BUILD_URL="$CIRCLE_BUILD_URL" make push release
workflows: