We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1e5b64 + 6166280 commit 01186a3Copy full SHA for 01186a3
1 file changed
.github/workflows/maven-publish.yml
@@ -40,6 +40,9 @@ jobs:
40
with:
41
java-version: '11'
42
distribution: 'temurin'
43
+ server-id: ossrh
44
+ server-username: MAVEN_USERNAME
45
+ server-password: MAVEN_PASSWORD
46
47
- name: Publish package
48
run: ./mvnw
0 commit comments