Skip to content

Commit

Permalink
[CircleCI] Prepare release but not publish it right away
Browse files Browse the repository at this point in the history
  • Loading branch information
marpme committed Oct 5, 2019
1 parent 6aa08f0 commit e6c6357
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 @@ -138,7 +138,7 @@ jobs:
name: 'Publish Release on GitHub'
command: |
VERSION=$(git describe)
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -n ${CIRCLE_TAG} -b "$(cat ./release.md)" -delete ${CIRCLE_TAG} ./verge-binaries/master/verge-binaries/master/
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -n ${CIRCLE_TAG} -b "$(cat ./release.md)" -delete -draft ${CIRCLE_TAG} ./verge-binaries/master/verge-binaries/master/
bionic-test-setup-env:
docker:
Expand Down

0 comments on commit e6c6357

Please sign in to comment.