Skip to content

Commit

Permalink
Fix git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bein committed Aug 18, 2018
1 parent 20d28d9 commit d6c976e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -58,4 +58,4 @@ jobs:
name: Publish Release on Github
command: |
VERSION=$(./deepwork-linux-64 version)
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION}-darwin-64 ./
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./

0 comments on commit d6c976e

Please sign in to comment.