Skip to content

Commit 6833d7b

Browse files
committed
fix: use correct gradle task for publishing
1 parent 46fa9d7 commit 6833d7b

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 -Peula=true
29+
./gradlew publishAggregationToCentralPortal
3030
echo "Version: ${TAG_VERSION}" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)