From 9a883300e3d17429d5e3dd8e21d5d02e769fe73c Mon Sep 17 00:00:00 2001 From: Christoph Witzko <github@christophwitzko.com> Date: Tue, 27 Jul 2021 20:01:40 +0200 Subject: [PATCH] ci: fix fox and ghr install --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dda2fbd..91b695c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,8 +44,8 @@ jobs: with: go-version: 1.16 - run: | - go get github.com/mitchellh/gox - go get github.com/tcnksm/ghr + go install github.com/mitchellh/gox@latest + go install github.com/tcnksm/ghr@latest - uses: go-semantic-release/action@v1 id: semrel with: -- GitLab