version as release name instead of last commit

This commit is contained in:
Liam Galvin 2018-11-24 21:41:37 +00:00
parent 06b72fce20
commit bbfe314683
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
cp artifacts/linux/* release/ cp artifacts/linux/* release/
cp artifacts/darwin/* release/ cp artifacts/darwin/* release/
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} release/ ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -n "Aminal ${CIRCLE_TAG}" -b "Aminal ${CIRCLE_TAG}" -delete ${CIRCLE_TAG} release/
workflows: workflows:
version: 2 version: 2
build: build: