diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 04dd5e2f..1f37126a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,6 +34,7 @@ jobs: args: release --clean --config deploy/.goreleaser.yaml env: GITHUB_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }} + GORELEASER_LOG: "debug" - name: Update new preflight version in krew-index if: ${{ !contains(github.ref_name, '-') }}