Skip to content

Commit 0c1fb23

Browse files
committed
fix: fix typo in gradle publishing task name
1 parent 58f9c6f commit 0c1fb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0
5252
with:
5353
# Tasks created by https://github.com/gradle-nexus/publish-plugin
54-
arguments: publishpublishToSonatype closeAndReleaseSonatypeStagingRepository
54+
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository
5555
env:
5656
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
5757
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)