Skip to content

Commit 3eb44c3

Browse files
fix: add server info on setup
1 parent 61477fb commit 3eb44c3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
java-version: '22'
1919
distribution: 'corretto'
20+
server-id: central
21+
server-username: ${{ secrets.CENTRAL_MAVEN_USERNAME }}
22+
server-password: ${{ secrets.CENTRAL_MAVEN_PASSWORD }}
2023
- id: install-secret-key
2124
name: Install gpg secret key
2225
env:

0 commit comments

Comments
 (0)