Skip to content

Commit dc886eb

Browse files
authored
Merge pull request #567 from ewasm/ci_deploy
ci: Upgrade ghr tool
2 parents 639ee94 + b931ecb commit dc886eb

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

circle.yml

+12-2
Original file line numberDiff line numberDiff 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/[email protected]
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/[email protected]
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

0 commit comments

Comments
 (0)