From 4661f4cd58001e0fad38a2906f63f35c145c209b Mon Sep 17 00:00:00 2001 From: Christoph Witzko <github@christophwitzko.com> Date: Tue, 27 Jul 2021 20:01:37 +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 813237c..013c3e8 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