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:
167
167
tar -xf ghr_v0.12.1_linux_amd64.tar.gz
168
168
ghr_v0.12.1_linux_amd64/ghr -t ${REPO_GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} \
169
169
-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/
171
171
172
172
deploy-brew :
173
173
executor : linux-x86_64
@@ -222,16 +222,12 @@ workflows:
222
222
- build-mac-arm64
223
223
- build-mac-x86_64
224
224
- build-windows-x86_64
225
- - deploy-approval :
226
- type : approval
227
- requires :
228
- - deploy-github
229
225
- deploy-brew :
230
226
filters :
231
227
branches :
232
228
only : release
233
229
requires :
234
- - deploy-approval
230
+ - deploy-github
235
231
- release-cleanup :
236
232
filters :
237
233
branches :
You can’t perform that action at this time.
0 commit comments