Skip to content

Commit 5a79f49

Browse files
committed
update ci script
1 parent 416edf5 commit 5a79f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
restore-keys: |
3535
${{ runner.os }}-gradle-core-
3636
- name: Publush release to sonatype
37-
run: ./gradlew publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
37+
run: ./gradlew clean build publish publishToSonatype -Prelease closeAndReleaseSonatypeStagingRepository
3838
env:
3939
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
4040
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}

0 commit comments

Comments
 (0)