Skip to content

Commit da87410

Browse files
ci: fix fox and ghr install
1 parent cb26c94 commit da87410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
go-version: 1.16
3737
- name: Get release dependencies
3838
run: |
39-
go get github.com/mitchellh/gox
40-
go get github.com/tcnksm/ghr
39+
go install github.com/mitchellh/gox@latest
40+
go install github.com/tcnksm/ghr@latest
4141
- uses: go-semantic-release/action@v1
4242
id: semrel
4343
with:

0 commit comments

Comments
 (0)