Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit adbd344

Browse files
committed
Circle CI: Deploy Aleth with better release name
1 parent 1db59b4 commit adbd344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ jobs:
230230
name: "Create GitHub release"
231231
command: |
232232
prerelease_flag=$([[ $CIRCLE_TAG =~ ^v[0-9\.]+$ ]] || echo '-prerelease')
233-
ghr -u ethereum -r aleth $prerelease_flag $CIRCLE_TAG ~/package
233+
name="Aleth ${CIRCLE_TAG:1}"
234+
ghr -u ethereum -r aleth -n "$name" $prerelease_flag $CIRCLE_TAG ~/package
234235
235236
# Builds aleth docker image and uploads it to Docker Hub.
236237
docker-aleth: &docker-aleth

0 commit comments

Comments
 (0)