chore: restore auto-publish, don't run full ci on branch

This commit is contained in:
zaaarf 2024-10-16 15:40:44 +02:00
parent 3b653e8205
commit 4c1122cf6a
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,6 @@ on:
push: push:
branches: branches:
- stable - stable
- fix/java-ci
permissions: permissions:
contents: read contents: read

View file

@ -154,7 +154,7 @@ publishing {
import com.vanniktech.maven.publish.SonatypeHost import com.vanniktech.maven.publish.SonatypeHost
mavenPublishing { mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL) //, true) // TODO re-enable autopublish! publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
signAllPublications() signAllPublications()
coordinates(project.group, rootProject.name, project.version) coordinates(project.group, rootProject.name, project.version)