From 73c0c4cdd66f207dcc7de83d2c2e0bcc776f2244 Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Mon, 11 Mar 2024 09:44:13 -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 53c7fa57c..2641073a0 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 build + goreleaser release --skip=publish --snapshot --fail-fast