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