Skip to content

Commit b136fb9

Browse files
committed
fix: use correct gradle task for publishing
1 parent 786feab commit b136fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
env:
2727
TAG_VERSION: ${{ github.ref_name }}
2828
run: |
29-
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
29+
./gradlew nmcpPublishAggregationToCentralPortal
3030
echo "Version: ${TAG_VERSION}" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)