Skip to content

Commit b3325b5

Browse files
authored
Update release.yml
1 parent b575bb0 commit b3325b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ jobs:
3030
3131
- name: Update CHANGELOG.md
3232
run: |
33+
git config --local user.email "github-actions[bot]@users.noreply.github.com"
34+
git config --local user.name "github-actions[bot]"
35+
3336
echo "## $TAG_NAME - $(date +'%Y-%m-%d')" >> CHANGELOG.md
3437
echo "" >> CHANGELOG.md
3538
cat RELEASE_NOTES.md >> CHANGELOG.md
3639
echo "" >> CHANGELOG.md
40+
3741
git add CHANGELOG.md
3842
git commit -m "chore: update CHANGELOG.md for $TAG_NAME"
3943
git push origin main

0 commit comments

Comments
 (0)