From fc477bad0ca4e7dd2fbf92a908f03f1e648112b5 Mon Sep 17 00:00:00 2001 From: Christoph Witzko <github@christophwitzko.com> Date: Tue, 27 Jul 2021 20:01:27 +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 48ed2c9..87a4568 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,8 +35,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