Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit adeeda0

Browse files
committed
setup git in update version
1 parent 648d149 commit adeeda0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-version.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@ jobs:
2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew
2525

26+
- name: setup git config
27+
run: |
28+
git config user.name "GitHub Actions Bot"
29+
git config user.email "<>"
30+
2631
- name: Create new tag
2732
run: ./gradlew :auto-api-java:release -Prelease.useAutomaticVersion=true

0 commit comments

Comments
 (0)