From c4afc31b476df782683738359bc42ee1170cfc32 Mon Sep 17 00:00:00 2001 From: Rogerio Angeliski Date: Fri, 25 Oct 2024 21:45:06 -0300 Subject: [PATCH] change commit user --- .github/workflows/sonatype-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonatype-publish.yml b/.github/workflows/sonatype-publish.yml index 015370fa..e9e71a09 100644 --- a/.github/workflows/sonatype-publish.yml +++ b/.github/workflows/sonatype-publish.yml @@ -31,8 +31,8 @@ jobs: env: JAVA_HOME: /usr/lib/jvm/java-11-openjdk/ with: - git-release-bot-name: "bot-release" - git-release-bot-email: "release@caelum.com.br" + git-release-bot-name: "angeliski" + git-release-bot-email: "angeliski@hotmail.com" maven-args: "-DskipTests -PsonatypeDeploy" maven-servers: ${{ secrets.MVN_REPO_SERVERS }}