diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b12f54f..b86ff28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: uses: gradle/actions/setup-gradle@v3 - name: Publish - run: ./gradlew publish closeAndReleaseSonatypeStagingRepository + run: ./gradlew publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # The secrets are for publishing the build artifacts to the Maven Central.