Skip to content

Commit 2c31a8b

Browse files
committed
pin ghr to v0.14.0
1 parent 25ff4b5 commit 2c31a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-github-binaries.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [[ -z "${DRONE_TAG}" ]] ; then
99
fi
1010

1111
echo "go install ghr"
12-
go install github.com/tcnksm/ghr
12+
go install github.com/tcnksm/ghr@v0.14.0
1313

1414
mkdir -p dist
1515

0 commit comments

Comments
 (0)