Update git actor for auto commit (#364)
This commit is contained in:
parent
35b79b71cb
commit
ef2bc8421e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/.ci_test_and_publish.yml
vendored
4
.github/workflows/.ci_test_and_publish.yml
vendored
|
@ -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')"
|
||||
|
||||
|
|
Loading…
Reference in a new issue