Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
Prepend v to vesrsion so it will match tag [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
v1993 committed Sep 15, 2019
1 parent dc10a5a commit bf9cf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: "Publish Release on GitHub"
command: |
go get github.com/tcnksm/ghr
VERSION=$(./main.lua --version)
VERSION="v$(./main.lua --version)"
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} /tmp/artifacts
workflows:
Expand Down

0 comments on commit bf9cf00

Please sign in to comment.