We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4768b9 + af880c2 commit d70f7ccCopy full SHA for d70f7cc
.circleci/config.yml
@@ -710,7 +710,7 @@ jobs:
710
command: |
711
applicationVersion=$(jq -r '.version' electron/package.json)
712
echo "APP VERSION $applicationVersion"
713
- 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}
714
715
release-aws-test:
716
executor: linux-executor
0 commit comments