Skip to content

Commit 3d991e0

Browse files
author
Alex Walker
committed
Don't make the github release a draft
1 parent bd8610e commit 3d991e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
tar -xf ghr_v0.12.1_linux_amd64.tar.gz
113113
ghr_v0.12.1_linux_amd64/ghr -t ${REPO_GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} \
114114
-r ${CIRCLE_PROJECT_REPONAME} -n "TypeDB Studio $(cat VERSION)" -b "$(cat ./RELEASE_TEMPLATE.md)" \
115-
-c ${CIRCLE_SHA1} -delete -draft $(cat VERSION) ~/dist/
115+
-c ${CIRCLE_SHA1} -delete $(cat VERSION) ~/dist/
116116
117117
deploy-brew:
118118
machine:

0 commit comments

Comments
 (0)