From fdb02a179e2e29229ab91f154f3797349f50455d Mon Sep 17 00:00:00 2001 From: Leandro Beretta Date: Mon, 12 Feb 2024 07:22:09 -0300 Subject: [PATCH] adding back git config --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd7169f..d850ffa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -160,6 +160,12 @@ jobs: with: ref: ${{ github.event.inputs.release_branch || github.ref_name }} fetch-depth: 0 + + - name: Configure git + run: | + git config user.email 'kiali-dev@googlegroups.com' + + git config user.name 'kiali-bot' - name: Build Helm charts run: make -e VERSION=$RELEASE_VERSION clean build-helm-charts