Skip to content

Commit 807e3a7

Browse files
committed
cherr-pick: #3051
Signed-off-by: Min Jin <[email protected]>
1 parent b7efcd2 commit 807e3a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
export GPG_TTY=$(tty)
4848
(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
4949
(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
50-
git config user.email "k8s.ci.robot@gmail.com"
51-
git config user.name "Kubernetes Prow Robot"
50+
git config user.email "k8s[email protected].com"
51+
git config user.name "Kubernetes Publisher"
5252
- name: Check Current Version
5353
run: |
5454
mvn -q \

0 commit comments

Comments
 (0)