Update git actor for auto commit (#364)

This commit is contained in:
David Chang 2021-12-08 15:04:59 -08:00 committed by GitHub
parent 35b79b71cb
commit ef2bc8421e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,8 +45,8 @@ jobs:
- name: Prepare next development version
run: |
sed -i -e "s/${VERSION_NAME}/${VERSION_NAME}-SNAPSHOT/g" gradle.properties
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git config --local user.email "dropbox[bot]@users.noreply.github.com"
git config --local user.name "dropbox[bot]"
git commit -m "Prepare next development version" -a
if: "!endsWith(env.VERSION_NAME, '-SNAPSHOT')"