Skip to content

Commit 94007cc

Browse files
Fix sonatype publish (#2636)
1 parent 0d381fd commit 94007cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
RH_PASSWORD: ${{ secrets.RH_PASSWORD }}
119119

120120
- name: Publish
121-
run: ./gradlew publishToSonatype
121+
run: ./gradlew publishToSonatype closeSonatypeStagingRepository
122122

123123
build_native_images:
124124
name: Build native test server

0 commit comments

Comments
 (0)