Skip to content

Commit 69d462d

Browse files
committed
fix task
1 parent cb0b2bf commit 69d462d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
110110
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
111111
run: |
112-
./gradlew publishToSonatype --stacktrace
112+
./gradlew publishToMavenCentral --stacktrace
113113
114114
sonar:
115115
needs: [publish]

0 commit comments

Comments
 (0)