We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fa9d7 commit 6833d7bCopy full SHA for 6833d7b
.github/workflows/release.yaml
@@ -26,5 +26,5 @@ jobs:
26
env:
27
TAG_VERSION: ${{ github.ref_name }}
28
run: |
29
- ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -Peula=true
+ ./gradlew publishAggregationToCentralPortal
30
echo "Version: ${TAG_VERSION}" >> $GITHUB_STEP_SUMMARY
0 commit comments