Skip to content

Commit 0ed415a

Browse files
Fix sonatype publish
1 parent 943fe2e commit 0ed415a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)