diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 889192a..ba93222 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: echo "VERSION=$version" >> $GITHUB_ENV - name: Publish artifacts to Sonatype - run: ./gradlew publishAllPublicationsToSonatypeRepository + run: ./gradlew publishToMavenLocal - name: Create GitHub Release uses: ncipollo/release-action@v1