Skip to content

Commit

Permalink
Set config parameters correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
marpme authored May 16, 2019
1 parent 03aec65 commit 9f18f03
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 @@ -109,7 +109,7 @@ jobs:
name: 'Publish Release on GitHub'
command: |
VERSION=$(git describe)
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -delete ${CIRCLE_TAG} -draft ./verge-binaries/master/verge-binaries/master/
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -delete -draft ${CIRCLE_TAG} ./verge-binaries/master/verge-binaries/master/
test-setup-env:
<<: *defaults-docker
Expand Down

0 comments on commit 9f18f03

Please sign in to comment.