Skip to content

Commit f303411

Browse files
committed
fix auto version increment
1 parent 12746ec commit f303411

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)