Skip to content

Commit 08991fb

Browse files
committed
fix auto version increment
1 parent f303411 commit 08991fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
echo "Setting next snapshot version"
3131
./gradlew incrementPatchVersion --info
3232
./gradlew setSnapshotVersionSuffix --info
33-
33+
git config user.name github-actions
34+
git config user.email [email protected]
3435
git add gradle.properties
3536
git commit -m "Setting next snapshot version [skip ci]"
3637
git push --follow-tags

0 commit comments

Comments
 (0)