Skip to content

Commit 74187b6

Browse files
committed
fix: set git username and email
1 parent 274912f commit 74187b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
# env:
5555
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656

57+
- name: Set git config
58+
run: |
59+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
60+
git config --global user.name "github-actions[bot]"
61+
shell: bash
62+
5763
- name: Run chart-releaser
5864
uses: helm/chart-releaser-action@v1.7.0
5965
with:

0 commit comments

Comments
 (0)