We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9c1ea commit 3a3516fCopy full SHA for 3a3516f
.github/workflows/publish-maven-central.yml
@@ -23,13 +23,13 @@ jobs:
23
server-id: central
24
server-username: ${{ secrets.CENTRAL_USERNAME }}
25
server-password: ${{ secrets.CENTRAL_TOKEN }}
26
- - name: Print Maven settings
27
- run: cat ~/.m2/settings.xml
28
- name: Publish to the Maven Central Repository
29
run: mvn --batch-mode deploy -DdeployAtEnd=true -Dmaven.javadoc.skip=false
30
env:
31
SIGN_KEY: ${{ secrets.SIGN_KEY }}
32
SIGN_KEY_PASS: ${{ secrets.SIGN_KEY_PASS }}
+ - name: Print Maven settings
+ run: echo ${{ secrets.CENTRAL_USERNAME }}
33
34
- name: Checkout badges branch to a badges directory nested inside first checkout
35
uses: actions/checkout@v2
0 commit comments