Skip to content

Commit

Permalink
chore: add email and name to pre-release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed May 31, 2022
1 parent 69e4e14 commit 3a41cd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Expand Up @@ -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

0 comments on commit 3a41cd7

Please sign in to comment.