Skip to content

Commit

Permalink
Install ghr with go install, not go get
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Roberts committed Aug 25, 2022
1 parent c08f3e1 commit 43f9238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- run:
name: "Publish Release on GitHub"
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)
NAME=plugeth-$PLUGETH_UTILS_VERSION-${CIRCLE_TAG}
VERSION=${CIRCLE_TAG}
Expand Down

0 comments on commit 43f9238

Please sign in to comment.