Skip to content

Commit

Permalink
chore: restore auto-publish, don't run full ci on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaarf committed Oct 16, 2024
1 parent 3b653e8 commit 4c1122c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- stable
- fix/java-ci

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion dist/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ publishing {

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

Expand Down

0 comments on commit 4c1122c

Please sign in to comment.