File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167 tar -xf ghr_v0.12.1_linux_amd64.tar.gz
168168 ghr_v0.12.1_linux_amd64/ghr -t ${REPO_GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} \
169169 -r ${CIRCLE_PROJECT_REPONAME} -n "TypeDB Studio $(cat VERSION)" -b "$(cat ./RELEASE_NOTES_LATEST.md)" \
170- -c ${CIRCLE_SHA1} -delete -draft $(cat VERSION) ~/dist/
170+ -c ${CIRCLE_SHA1} -delete $(cat VERSION) ~/dist/
171171
172172 deploy-brew :
173173 executor : linux-x86_64
@@ -222,16 +222,12 @@ workflows:
222222 - build-mac-arm64
223223 - build-mac-x86_64
224224 - build-windows-x86_64
225- - deploy-approval :
226- type : approval
227- requires :
228- - deploy-github
229225 - deploy-brew :
230226 filters :
231227 branches :
232228 only : release
233229 requires :
234- - deploy-approval
230+ - deploy-github
235231 - release-cleanup :
236232 filters :
237233 branches :
You can’t perform that action at this time.
0 commit comments