Skip to content

Commit d70f7cc

Browse files
author
arthosofteq
authored
Merge pull request #762 from RedisInsight/bugfix/RI-2631-change_ghr_name
#RI-2631 - use '-n' flag to set release title
2 parents d4768b9 + af880c2 commit d70f7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ jobs:
710710
command: |
711711
applicationVersion=$(jq -r '.version' electron/package.json)
712712
echo "APP VERSION $applicationVersion"
713-
ghr -t ${GH_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -prerelease -delete ${applicationVersion}
713+
ghr -n ${applicationVersion} -t ${GH_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -prerelease -delete ${applicationVersion}
714714
715715
release-aws-test:
716716
executor: linux-executor

0 commit comments

Comments
 (0)