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 786feab commit b136fb9Copy full SHA for b136fb9
.github/workflows/release.yaml
@@ -26,5 +26,5 @@ jobs:
26
env:
27
TAG_VERSION: ${{ github.ref_name }}
28
run: |
29
- ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
+ ./gradlew nmcpPublishAggregationToCentralPortal
30
echo "Version: ${TAG_VERSION}" >> $GITHUB_STEP_SUMMARY
0 commit comments