Skip to content

Commit

Permalink
Don't make the github release a draft
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Walker committed Oct 11, 2021
1 parent bd8610e commit 3d991e0
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 @@ -112,7 +112,7 @@ jobs:
tar -xf ghr_v0.12.1_linux_amd64.tar.gz
ghr_v0.12.1_linux_amd64/ghr -t ${REPO_GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} \
-r ${CIRCLE_PROJECT_REPONAME} -n "TypeDB Studio $(cat VERSION)" -b "$(cat ./RELEASE_TEMPLATE.md)" \
-c ${CIRCLE_SHA1} -delete -draft $(cat VERSION) ~/dist/
-c ${CIRCLE_SHA1} -delete $(cat VERSION) ~/dist/
deploy-brew:
machine:
Expand Down

0 comments on commit 3d991e0

Please sign in to comment.