We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8610e commit 3d991e0Copy full SHA for 3d991e0
.circleci/config.yml
@@ -112,7 +112,7 @@ jobs:
112
tar -xf ghr_v0.12.1_linux_amd64.tar.gz
113
ghr_v0.12.1_linux_amd64/ghr -t ${REPO_GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} \
114
-r ${CIRCLE_PROJECT_REPONAME} -n "TypeDB Studio $(cat VERSION)" -b "$(cat ./RELEASE_TEMPLATE.md)" \
115
- -c ${CIRCLE_SHA1} -delete -draft $(cat VERSION) ~/dist/
+ -c ${CIRCLE_SHA1} -delete $(cat VERSION) ~/dist/
116
117
deploy-brew:
118
machine:
0 commit comments