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

Commit

Permalink
Circle CI: Deploy Aleth with better release name
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Sep 17, 2018
1 parent 1db59b4 commit adbd344
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ jobs:
name: "Create GitHub release"
command: |
prerelease_flag=$([[ $CIRCLE_TAG =~ ^v[0-9\.]+$ ]] || echo '-prerelease')
ghr -u ethereum -r aleth $prerelease_flag $CIRCLE_TAG ~/package
name="Aleth ${CIRCLE_TAG:1}"
ghr -u ethereum -r aleth -n "$name" $prerelease_flag $CIRCLE_TAG ~/package
# Builds aleth docker image and uploads it to Docker Hub.
docker-aleth: &docker-aleth
Expand Down

0 comments on commit adbd344

Please sign in to comment.