Skip to content

Commit af880c2

Browse files
author
Artem
committed
#RI-2631 - use '-n' flag to set release title
1 parent d4768b9 commit af880c2

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)