Updated config.yml

This commit is contained in:
Quacksire 2022-03-16 20:17:15 -07:00
parent c0abfd8a6f
commit a0684e301c

View file

@ -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/*
gh release create circleci-test --target ${CIRCLE_SHA1} --title "${CIRCLE_BRANCH} build #${CIRCLE_BUILD_NUM}" --generate-notes -R ciderapp/Cider ~/Cider/dist/artifacts/*