Skip to content

Commit cde709e

Browse files
authored
Update maven-publish.yml
1 parent 345c2a3 commit cde709e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
server_id: ossrh
5959
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
6060
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
61-
nexus_username: ${{ secrets.OSSRH_USERNAME }}
62-
nexus_password: ${{ secrets.OSSRH_PASSWORD }}
61+
nexus_username: ${{ secrets.MAVEN_USERNAME }}
62+
nexus_password: ${{ secrets.MAVEN_PASSWORD }}

0 commit comments

Comments
 (0)