Skip to content

Commit 2252e95

Browse files
committed
build: Only close, not release the Maven Central staging repository
1 parent ffe5de4 commit 2252e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Make gradle wrapper executable
2626
run: chmod +x ./gradlew
2727
- name: Publish with Gradle
28-
run: ./gradlew -PdeployRelease=true publish closeAndReleaseRepository
28+
run: ./gradlew -PdeployRelease=true publish closeRepository
2929
env:
3030
GITHUB_USERNAME: ${{ github.actor }}
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)