We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5db838 commit a21e301Copy full SHA for a21e301
1 file changed
.github/workflows/release.yaml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
java-version: 11
17
distribution: 'zulu'
18
- server_id: ossrh-nexus
+ server-id: ossrh-nexus
19
server-username: ${{ secrets.OSSRH_USERNAME }}
20
server-password: ${{ secrets.OSSRH_PASSWORD }}
21
gpg-private-key: ${{ secrets.GPG_KEY }}
0 commit comments