File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,12 @@ jobs:
1515 timeout-minutes : 30
1616 env :
1717 JDK_VER : 11
18+ JRELEASER_GITHUB_TOKEN : $$ {{ secrets.GITHUB_TOKEN }}
1819 JRELEASER_GPG_PUBLIC_KEY : ${{ secrets.GPG_KEY }}
1920 JRELEASER_GPG_SECRET_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
2021 JRELEASER_GPG_PASSPHRASE : ${{ secrets.GPG_PWD }}
21- JRELEASER_MAVENCENTRAL_SONATYPE_USERNAME : ${{ secrets.OSSRH_USER_TOKEN }}
22- JRELEASER_MAVENCENTRAL_SONATYPE_TOKEN : ${{ secrets.OSSRH_PWD_TOKEN }}
22+ JRELEASER_NEXUS2_MAVEN_CENTRAL_USERNAME : dapr.io
23+ JRELEASER_NEXUS2_MAVEN_CENTRAL_TOKEN : ${{ secrets.OSSRH_PWD_TOKEN }}
2324 steps :
2425 - uses : actions/checkout@v2
2526 - name : Set up JDK 11
Original file line number Diff line number Diff line change @@ -226,9 +226,9 @@ jreleaser {
226226 ' maven-central' {
227227 active = ' ALWAYS'
228228 url = ' https://s01.oss.sonatype.org/service/local'
229- snapshotUrl = ' https://s01.oss.sonatype.org/content/repositories/snapshots'
230229 closeRepository = true
231230 releaseRepository = true
231+ stagingRepository(' target/staging-deploy' )
232232 }
233233 }
234234 }
You can’t perform that action at this time.
0 commit comments