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 a176bbc commit a145d25Copy full SHA for a145d25
.circleci/config.yml
@@ -71,7 +71,7 @@ jobs:
71
- run:
72
name: "Publish Release on GitHub"
73
command: |
74
- go get github.com/tcnksm/ghr
+ go install github.com/tcnksm/ghr
75
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} /tmp/artifacts/
76
77
filters: &filters
0 commit comments