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 bc85f0b commit acb8871Copy full SHA for acb8871
.github/workflows/release-code.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
30
echo "New version: ${NEW_VERSION}"
31
- ./gradlew publishToSonatype closeSonatypeStagingRepository -Pversion=${NEW_VERSION}
+ ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository publishPlugins -Pversion=${NEW_VERSION}
32
env:
33
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
34
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
0 commit comments