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