From 5765bc0575691e51e6d3168a7a64d44fae02a363 Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Mon, 11 Mar 2024 09:44:55 -0400 Subject: [PATCH] build: goreleaser checks in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2641073a0..b74f45d1c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,4 +50,4 @@ jobs: - name: Gorelease dry-run if: github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.go-version == '1.22' run: | - goreleaser release --skip=publish --snapshot --fail-fast + goreleaser release --skip=publish --snapshot --fail-fast --clean