Skip to content

Commit 161a540

Browse files
committed
Fix GitHub Release pipeline
1 parent cbf0646 commit 161a540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- run:
6161
name: "Publish Release on GitHub"
6262
command: |
63-
go get github.com/tcnksm/ghr
63+
go install github.com/tcnksm/ghr@v0.14.0
6464
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./release/gh/
6565
6666
docker:

0 commit comments

Comments
 (0)