Skip to content

Commit 9910c64

Browse files
committed
In run-publish-maven.yml, changed closeSonatypeStagingRepository to closeAndReleaseSonatypeStagingRepository
1 parent 88c69d7 commit 9910c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: chmod +x ./gradlew
4242

4343
- name: Publish to Maven Central Repository
44-
run: conda run ./gradlew clean publishToSonatype closeSonatypeStagingRepository --no-daemon
44+
run: conda run ./gradlew clean publishToSonatype closeAndReleaseSonatypeStagingRepository --no-daemon
4545
env:
4646
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.OSSRH_USERNAME }}
4747
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)