Skip to content

Commit 4661f4c

Browse files
ci: fix fox and ghr install
1 parent 9ca2ba7 commit 4661f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
with:
3636
go-version: 1.16
3737
- run: |
38-
go get github.com/mitchellh/gox
39-
go get github.com/tcnksm/ghr
38+
go install github.com/mitchellh/gox@latest
39+
go install github.com/tcnksm/ghr@latest
4040
- uses: go-semantic-release/action@v1
4141
id: semrel
4242
with:

0 commit comments

Comments
 (0)