releasing

This commit is contained in:
Liam Galvin 2018-11-24 19:13:44 +00:00
parent 0d2fe18971
commit d725089419
1 changed files with 4 additions and 4 deletions

View File

@ -51,10 +51,10 @@ jobs:
# Must be absolute path or relative path from working_directory # Must be absolute path or relative path from working_directory
at: ./workspace at: ./workspace
- run: - run:
name: "Publish Release on GitHub" name: "Publish Release on GitHub"
command: | command: |
go get github.com/tcnksm/ghr go get github.com/tcnksm/ghr
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./workspace/bin/ ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./workspace/bin/
workflows: workflows:
version: 2 version: 2
build: build: