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 f9a19a1 commit dfa55acCopy full SHA for dfa55ac
.github/workflows/publish.yml
@@ -42,8 +42,8 @@ jobs:
42
java-version: '11'
43
distribution: 'temurin'
44
server-id: ossrh
45
- server-username: MAVEN_USERNAME
46
- server-password: MAVEN_PASSWORD
+ server-username: testMe
+ server-password: testMe
47
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
48
gpg-passphrase: GPG_PRIVATE_KEY_PASSWORD
49
0 commit comments