diff --git a/.circleci/config.yml b/.circleci/config.yml index 7f7a721b..9002d71e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,4 +69,4 @@ jobs: - run: name: Publish Release command: | - gh release create --target ${CIRCLE_SHA1} --title "${CIRCLE_BRANCH} build #${CIRCLE_BUILD_NUM}" --generate-notes -R ciderapp/Cider ~/Cider/dist/artifacts/* \ No newline at end of file + gh release create circleci-test --target ${CIRCLE_SHA1} --title "${CIRCLE_BRANCH} build #${CIRCLE_BUILD_NUM}" --generate-notes -R ciderapp/Cider ~/Cider/dist/artifacts/* \ No newline at end of file