Merge pull request #129 from cmeury/install-ghr

install ghr for releasing
This commit is contained in:
KUOKA Yusuke 2018-04-28 23:33:15 +09:00 committed by GitHub
commit 89ca84fb21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,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: