Skip to content

Commit 121609f

Browse files
author
cloud-java-bot
committed
testing pushing tag separately
1 parent e87e744 commit 121609f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
./gradlew clean build --stacktrace
4747
- name: Configure Git user
4848
run: |
49-
git config --global user.email "your-bot-email@example.com"
50-
git config --global user.name "Your Bot Name"
49+
git config --global user.email ${{ github.actor }}@users.noreply.github.com
50+
git config --global user.name ${{ github.actor }}
5151
5252
- name: Create and push tag
5353
run: |

0 commit comments

Comments
 (0)