From 3b6b5c59694dfaf2e1c218fafe23afcdffdf7ebd Mon Sep 17 00:00:00 2001 From: Austin Roberts Date: Fri, 30 Dec 2022 12:16:22 -0600 Subject: [PATCH] Fix ghr installation --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1117fd8ac..7e54cf157 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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}