We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf0646 commit 161a540Copy full SHA for 161a540
.circleci/config.yml
@@ -60,7 +60,7 @@ jobs:
60
- run:
61
name: "Publish Release on GitHub"
62
command: |
63
- go get github.com/tcnksm/ghr
+ go install github.com/tcnksm/ghr@v0.14.0
64
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${CIRCLE_TAG} ./release/gh/
65
66
docker:
0 commit comments