From a2175816cbb021b723c6c9521e0f7d3cbf761373 Mon Sep 17 00:00:00 2001 From: Christoph Witzko <github@christophwitzko.com> Date: Tue, 27 Jul 2021 20:01:23 +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 68fbb67..699e5c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,8 @@ jobs: go-version: 1.16 - name: Get release dependencies 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