Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit ba75a55

Browse files
committed
release to maven central
1 parent 8b04287 commit ba75a55

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@ jobs:
3636
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
3737
SIGN_KEY: ${{ secrets.SIGN_KEY }}
3838
SIGN_PWD: ${{ secrets.SIGN_PWD }}
39-
run: ./gradlew publishRelease
39+
run: |
40+
./gradlew publishRelease
41+
./gradlew closeRepository releaseRepository
42+
./gradlew --stop
43+

0 commit comments

Comments
 (0)