Skip to content

Commit

Permalink
adding back git config
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroberetta committed Feb 12, 2024
1 parent 9ee28b7 commit fdb02a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdb02a1

Please sign in to comment.