File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,16 @@ jobs:
329
329
- checkout
330
330
- *codespell
331
331
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/[email protected]
340
+ ghr --version
341
+
332
342
# The job collects built packages (available in the workspace) and
333
343
# uploads them to the GitHub release matching the git tag.
334
344
deploy :
@@ -338,8 +348,7 @@ jobs:
338
348
- run :
339
349
name : " Install ghr"
340
350
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/[email protected]
343
352
- attach_workspace :
344
353
at : ~/package
345
354
- run :
@@ -355,6 +364,7 @@ workflows:
355
364
version : 2
356
365
hera :
357
366
jobs :
367
+ - test_ghr
358
368
- lint
359
369
- linux-clang-shared-asan
360
370
- linux-gcc-shared-coverage
You can’t perform that action at this time.
0 commit comments