From 52c9897b76ba18d559da87312451fc41cd104e55 Mon Sep 17 00:00:00 2001 From: Kuba Martin Date: Wed, 18 Oct 2023 13:35:57 +0200 Subject: [PATCH] Fix goreleaser version to one that actually exists. (#744) Signed-off-by: Jakub Martin --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7fa2f1c22c..14446d8b40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 with: - version: v1.21.3 + version: v1.21.2 args: release --clean --timeout=60m --snapshot=${{ !startsWith(github.ref, 'refs/tags/v') }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}