8000 closing and releasing sonatype repository automatically · aaron-ds/simdjson-java@6d75bd4 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 6d75bd4

Browse files
committed
closing and releasing sonatype repository automatically
1 parent 304c8ec commit 6d75bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "released_version=`./gradlew -q cV -Prelease.quiet`" >> $GITHUB_OUTPUT
3838
3939
- name: Publish to Maven Central
40-
run: ./gradlew build publish
40+
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
4141
env:
4242
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
4343
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)
0