Skip to content

Commit 8f9ca1b

Browse files
committed
fix obsolete publish task
1 parent 5d1ac8d commit 8f9ca1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
8181
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
8282
run: |
83-
./gradlew publishToSonatype --stacktrace
83+
./gradlew publishToMavenCentral --stacktrace
8484
8585
- name: archive test results
8686
uses: actions/upload-artifact@v4

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
SIGN_KEY: ${{ secrets.SIGN_KEY_ORG }}
3535
SIGN_PWD: ${{ secrets.SIGN_PWD }}
3636
run: |
37-
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
37+
./gradlew publishToMavenCentral --stacktrace

0 commit comments

Comments
 (0)