File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
4848 run : |
4949 echo "=== JReleaser Environment Variables ==="
50- echo "JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_SONATYPE_PASSWORD is set: $([ -n "$JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_SONATYPE_PASSWORD" ] && echo YES || echo NO)"
50+ echo "SONATYPE_USERNAME is set: $([ -n "$JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_SONATYPE_USERNAME" ] && echo YES || echo NO)"
51+ echo "SONATYPE_PASSWORD is set: $([ -n "$JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_SONATYPE_PASSWORD" ] && echo YES || echo NO)"
5152 env | grep JRELEASER | sort
5253 echo "====================================="
5354
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ deploy:
2727 sonatype :
2828 active : ALWAYS
2929 url : https://central.sonatype.com/api/v1/publisher
30- authorization : BEARER
30+ authorization : BASIC
3131 sign : true
3232 stagingRepositories :
3333 - build/staging-deploy
You can’t perform that action at this time.
0 commit comments