We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a623b3 commit f156e24Copy full SHA for f156e24
.github/workflows/build.yml
@@ -43,5 +43,8 @@ jobs: # TODO is there a way to extract common config and share artifacts between
43
with:
44
java-version: 11
45
- name: deploy snapshots to sonatype
46
+ env:
47
+ SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
48
+ SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
49
run: |
- mvn -Dmaven.test.skip=true deploy
50
+ mvn -s .mvn/settings.xml -Dmaven.test.skip=true deploy
0 commit comments