diff --git a/.circleci/config.yml b/.circleci/config.yml index 92de323c2b..45760250c3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -710,7 +710,7 @@ jobs: command: | applicationVersion=$(jq -r '.version' electron/package.json) echo "APP VERSION $applicationVersion" - ghr -t ${GH_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -prerelease -delete ${applicationVersion} + ghr -n ${applicationVersion} -t ${GH_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -prerelease -delete ${applicationVersion} release-aws-test: executor: linux-executor