We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 613754e commit 1ee3c54Copy full SHA for 1ee3c54
1 file changed
.github/workflows/build.yml
@@ -38,10 +38,10 @@ jobs:
38
with:
39
java-version: '11'
40
distribution: 'temurin'
41
- server-id: maven
+ server-id: central
42
cache: maven
43
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
44
- gpg-passphrase: MAVEN_GPG_PASSPHRAS
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE
45
server-username: MAVEN_USERNAME
46
server-password: MAVEN_CENTRAL_TOKEN
47
0 commit comments