There was an error while loading. Please reload this page.
1 parent 1be67a4 commit c86d1ffCopy full SHA for c86d1ff
.github/workflows/build.yaml
@@ -98,6 +98,8 @@ jobs:
98
with:
99
distribution: 'temurin'
100
java-version: 11
101
+ server-username: PUBLISH_USER
102
+ server-password: PUBLISH_KEY
103
104
- name: publish snapshot
105
env:
@@ -107,4 +109,4 @@ jobs:
107
109
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
108
110
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
111
run: |
- ./mvnw --no-transfer-progress deploy -Dusername=${PUBLISH_USER} -Dpassword=${PUBLISH_KEY}
112
+ ./mvnw --no-transfer-progress deploy
0 commit comments