We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe5de4 commit 2252e95Copy full SHA for 2252e95
.github/workflows/publish-release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Make gradle wrapper executable
26
run: chmod +x ./gradlew
27
- name: Publish with Gradle
28
- run: ./gradlew -PdeployRelease=true publish closeAndReleaseRepository
+ run: ./gradlew -PdeployRelease=true publish closeRepository
29
env:
30
GITHUB_USERNAME: ${{ github.actor }}
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments