Skip to content

Commit a145d25

Browse files
committed
go install
1 parent a176bbc commit a145d25

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
@@ -71,7 +71,7 @@ jobs:
7171
- run:
7272
name: "Publish Release on GitHub"
7373
command: |
74-
go get github.com/tcnksm/ghr
74+
go install github.com/tcnksm/ghr
7575
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} /tmp/artifacts/
7676
7777
filters: &filters

0 commit comments

Comments
 (0)