Skip to content

Commit

Permalink
Fix ghr installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Roberts committed Dec 30, 2022
1 parent b1c1ed1 commit 3b6b5c5
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 3b6b5c5

Please sign in to comment.