forked from cerc-io/plugeth
Install ghr with go install, not go get
This commit is contained in:
parent
c08f3e1034
commit
9674fe3f90
@ -63,7 +63,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: "Publish Release on GitHub"
|
name: "Publish Release on GitHub"
|
||||||
command: |
|
command: |
|
||||||
go get github.com/tcnksm/ghr
|
go install github.com/tcnksm/ghr@v0.14.0
|
||||||
PLUGETH_UTILS_VERSION=$(grep "github.com/openrelayxyz/plugeth-utils v" go.mod | cut -d ' ' -f 2)
|
PLUGETH_UTILS_VERSION=$(grep "github.com/openrelayxyz/plugeth-utils v" go.mod | cut -d ' ' -f 2)
|
||||||
NAME=plugeth-$PLUGETH_UTILS_VERSION-${CIRCLE_TAG}
|
NAME=plugeth-$PLUGETH_UTILS_VERSION-${CIRCLE_TAG}
|
||||||
VERSION=${CIRCLE_TAG}
|
VERSION=${CIRCLE_TAG}
|
||||||
|
Loading…
Reference in New Issue
Block a user