Skip to content

Commit 0991885

Browse files
committed
update publishing
1 parent 131df63 commit 0991885

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
107107
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
108108
run: |
109-
./gradlew publishToSonatype --stacktrace
109+
./gradlew publishToMavenCentral --stacktrace
110110
111111
sonar:
112112
needs: [test]

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
3434
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
3535
run: |
36-
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
36+
./gradlew publishToMavenCentral

0 commit comments

Comments
 (0)