mirror of https://github.com/liamg/aminal.git
releasing
This commit is contained in:
parent
0d2fe18971
commit
d725089419
|
@ -51,10 +51,10 @@ jobs:
|
|||
# Must be absolute path or relative path from working_directory
|
||||
at: ./workspace
|
||||
- run:
|
||||
name: "Publish Release on GitHub"
|
||||
command: |
|
||||
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/
|
||||
name: "Publish Release on GitHub"
|
||||
command: |
|
||||
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/
|
||||
workflows:
|
||||
version: 2
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue