chore: add email and name to pre-release action

This commit is contained in:
Randolf Jung 2022-05-31 14:49:26 +02:00
parent 69e4e141b4
commit 3a41cd7f32

View File

@ -21,6 +21,8 @@ jobs:
IS_PRE_RELEASE=1 npm run doc
- name: Commit and push
run: |
git config --global user.email "55107282+release-please[bot]@users.noreply.github.com"
git config --global user.name "release-please[bot]"
git add -A
git commit --amend --no-edit
git push -f