From 807e3a7fb262bf6ed210f21dafe6a38f843ab2d1 Mon Sep 17 00:00:00 2001 From: Min Jin Date: Fri, 9 Feb 2024 19:20:04 -0800 Subject: [PATCH] cherr-pick: https://github.com/kubernetes-client/java/pull/3051 Signed-off-by: Min Jin --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad48222a8c..64ca3c09dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,8 +47,8 @@ jobs: export GPG_TTY=$(tty) (echo 5; echo y; echo save) | gpg --command-fd 0 --no-tty --pinentry-mode loopback --passphrase ${{ secrets.GPG_PASSWORD }} --no-greeting --edit-key 'Kubernetes Client Publishers' trust (echo 0; echo y; echo save) | gpg --command-fd 0 --no-tty --pinentry-mode loopback --passphrase ${{ secrets.GPG_PASSWORD }} --no-greeting --edit-key 'Kubernetes Client Publishers' expire - git config user.email "k8s.ci.robot@gmail.com" - git config user.name "Kubernetes Prow Robot" + git config user.email "k8s-publishing-bot@users.noreply.github.com" + git config user.name "Kubernetes Publisher" - name: Check Current Version run: | mvn -q \