We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8e6c5 commit a962502Copy full SHA for a962502
2 files changed
.github/workflows/maven-release.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
java-version: '17'
33
distribution: 'adopt'
34
- server-id: ossrh
+ server-id: central
35
server-username: MAVEN_USERNAME
36
server-password: MAVEN_PASSWORD
37
gpg-private-key: ${{ secrets.DATAVERSEBOT_GPG_KEY }}
.github/workflows/maven-snapshot.yml
@@ -17,7 +17,7 @@ jobs:
17
18
java-version: ${{ matrix.java }}
19
20
21
22
23
- name: Cache Maven packages
0 commit comments