We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7efcd2 commit 807e3a7Copy full SHA for 807e3a7
.github/workflows/release.yml
@@ -47,8 +47,8 @@ jobs:
47
export GPG_TTY=$(tty)
48
(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
49
(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"
+ git config user.email "k8s[email protected].com"
+ git config user.name "Kubernetes Publisher"
52
- name: Check Current Version
53
run: |
54
mvn -q \
0 commit comments