diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e8624f8..44bd26db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,7 @@ jobs: echo "Setting next snapshot version" ./gradlew incrementPatchVersion --info ./gradlew setSnapshotVersionSuffix --info - git config user.name github-actions - git config user.email github-actions@github.com + git add gradle.properties git commit -m "Setting next snapshot version [skip ci]" git push --follow-tags