File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2626 - run : ./gradlew publish
2727 if : ${{ github.ref == 'refs/heads/master' && github.repository == 'sqldelight/sql-psi' }}
2828 env :
29- ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME_APP_CASH }}
30- ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD_APP_CASH }}
29+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_CENTRAL_USERNAME }}
30+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}
3131 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_SECRET_KEY }}
3232 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_SECRET_PASSPHRASE }}
3333
Original file line number Diff line number Diff line change 2020
2121 - run : ./gradlew publish
2222 env :
23- ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USERNAME_APP_CASH }}
24- ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD_APP_CASH }}
23+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_CENTRAL_USERNAME }}
24+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}
2525 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_SECRET_KEY }}
2626 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_SECRET_PASSPHRASE }}
2727
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ - In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/ .
56- Fix unwanted environment log warnings https://github.com/sqldelight/sql-psi/pull/679
67
78## [ 0.5.2] - 2025-05-16
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ POM_DEVELOPER_ID=cashapp
1414POM_DEVELOPER_NAME =CashApp
1515POM_DEVELOPER_URL =https://github.com/cashapp
1616
17- SONATYPE_HOST =DEFAULT
17+ SONATYPE_HOST =CENTRAL_PORTAL
1818SONATYPE_AUTOMATIC_RELEASE =true
1919RELEASE_SIGNING_ENABLED =true
2020
You can’t perform that action at this time.
0 commit comments