Skip to content

Commit

Permalink
fix(java-sdk): fix typo in gradle publishing task name (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Oct 13, 2023
2 parents e350045 + 9a992bf commit 7b2d673
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: gradle/gradle-build-action@ef76a971e2fa3f867b617efd72f2fbd72cf6f8bc # v2.8.0
with:
# Tasks created by https://github.com/gradle-nexus/publish-plugin
arguments: publishpublishToSonatype closeAndReleaseSonatypeStagingRepository
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down

0 comments on commit 7b2d673

Please sign in to comment.