diff --git a/.github/workflows/maven-central-publish.yml b/.github/workflows/maven-central-publish.yml index d3eb3d7..67b0546 100644 --- a/.github/workflows/maven-central-publish.yml +++ b/.github/workflows/maven-central-publish.yml @@ -52,7 +52,7 @@ jobs: # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle - name: Publish to Maven Central - uses: gradle/gradle-build-action@v2.6.0 + uses: gradle/gradle-build-action@v2.12.0 with: arguments: publishAllPublicationsToOSSRHRepository --no-daemon --scan -Psigning.gnupg.passphrase='${{secrets.OSSRH_GPG_SECRET_KEY_PASSWORD}}' -Psigning.gnupg.keyName='${{secrets.OSSRH_GPG_SECRET_KEY_ID}}' env: