Skip to content

Commit

Permalink
helps if you sign the publications
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjenx committed Oct 30, 2024
1 parent c85c774 commit 6b51190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Create and publish a release to Maven Central
on:
workflow_dispatch:
release:
types: [released] # Will trigger on (pre)released creation
types: [released]

jobs:
build-and-publish:
Expand Down
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ subprojects {
SonatypeHost.CENTRAL_PORTAL,
automaticRelease = true
)


mavenPublishing.signAllPublications()
}
}
tasks.withType<KotlinCompile>().configureEach {
Expand Down

0 comments on commit 6b51190

Please sign in to comment.