Skip to content

Commit

Permalink
Relive drafting (direct releases again)
Browse files Browse the repository at this point in the history
  • Loading branch information
marpme authored May 19, 2019
1 parent b8e6b2a commit f423f23
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 -draft ${CIRCLE_TAG} ./verge-binaries/master/verge-binaries/master/
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -delete ${CIRCLE_TAG} ./verge-binaries/master/verge-binaries/master/
test-setup-env:
<<: *defaults-docker
Expand Down

0 comments on commit f423f23

Please sign in to comment.