File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,16 @@ jobs:
329329 - checkout
330330 - *codespell
331331
332+ test_ghr :
333+ docker :
334+ - image : circleci/golang
335+ steps :
336+ - run :
337+ name : " Install ghr"
338+ command : |
339+ go install github.com/tcnksm/ghr@v0.13.0
340+ ghr --version
341+
332342 # The job collects built packages (available in the workspace) and
333343 # uploads them to the GitHub release matching the git tag.
334344 deploy :
@@ -338,8 +348,7 @@ jobs:
338348 - run :
339349 name : " Install ghr"
340350 command : |
341- go get -u github.com/kardianos/govendor
342- govendor get github.com/tcnksm/ghr@=v0.12.0
351+ go install github.com/tcnksm/ghr@v0.13.0
343352 - attach_workspace :
344353 at : ~/package
345354 - run :
@@ -355,6 +364,7 @@ workflows:
355364 version : 2
356365 hera :
357366 jobs :
367+ - test_ghr
358368 - lint
359369 - linux-clang-shared-asan
360370 - linux-gcc-shared-coverage
You can’t perform that action at this time.
0 commit comments