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

Commit 6606396

Browse files
committed
Circle CI: Fix GitHub deployment config
1 parent 0548c38 commit 6606396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

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

0 commit comments

Comments
 (0)