We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef0eb5 commit fcc23b2Copy full SHA for fcc23b2
1 file changed
.github/workflows/ci.yml
@@ -45,6 +45,8 @@ jobs:
45
distribution: 'temurin'
46
java-version: 11
47
server-id: central
48
+ server-username: MAVEN_USERNAME
49
+ server-password: MAVEN_PASSWORD
50
- name: Publish package
51
run: mvn -B deploy
52
env:
0 commit comments