Skip to content

Commit

Permalink
build: Only close, not release the Maven Central staging repository
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Aug 17, 2021
1 parent ffe5de4 commit 2252e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Make gradle wrapper executable
run: chmod +x ./gradlew
- name: Publish with Gradle
run: ./gradlew -PdeployRelease=true publish closeAndReleaseRepository
run: ./gradlew -PdeployRelease=true publish closeRepository
env:
GITHUB_USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2252e95

Please sign in to comment.