Skip to content

Commit fdfde82

Browse files
committed
java: Fix release credentials
1 parent d892e0f commit fdfde82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
with:
2121
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
2222
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
23-
nexus-username: cukebot
23+
nexus-username: ${{ secrets.SONATYPE_USERNAME }}
2424
nexus-password: ${{ secrets.SONATYPE_PASSWORD }}
2525
working-directory: java

0 commit comments

Comments
 (0)