Skip to content

Commit abe8759

Browse files
authored
chore: run ./gradlew sonatypeCentralUpload (#5)
1 parent bf1477b commit abe8759

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ jobs:
5454

5555
- name: Publish to maven
5656
run: |
57-
./.publish/prepare.sh
58-
./gradlew publish
57+
./gradlew sonatypeCentralUpload
5958
env:
6059
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
6160
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

0 commit comments

Comments
 (0)