From 9674fe3f90b7f54b343a2015e3ab89c83bfe7282 Mon Sep 17 00:00:00 2001 From: Austin Roberts Date: Thu, 25 Aug 2022 15:50:21 -0500 Subject: [PATCH] Install ghr with go install, not go get --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 09a89c8b2..104df3aea 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}