From 2e52ae884762848cb97e6c1812cc56578dafd19e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Mon, 3 Apr 2023 14:02:16 +0200 Subject: [PATCH] .github: Fix goreleaser build --- .github/workflows/goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 58b28c5..32c7038 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -14,14 +14,14 @@ jobs: with: fetch-depth: 0 - name: Set Up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v3 with: go-version: 1.20 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 with: version: latest - args: release --rm-dist + args: release --clean env: GOPATH: /home/runner/work/ GITHUB_TOKEN: ${{ secrets.TOKEN }}