Skip to content

Commit 5ce7ea7

Browse files
committed
Remove approval step in CircleCI release workflow
1 parent 45fea11 commit 5ce7ea7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)