Skip to content

Commit

Permalink
add missing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dorav committed Dec 12, 2023
1 parent 418095f commit 4da8746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
run: |
export PROVIDER_VERSION=${{ inputs.version }}
cd hibernate-provider
./gradlew publishPluginMavenPublicationToOssrhRepository
./gradlew publishHibernate-providerPublicationToOssrhRepository
cd ../gradle-plugin
./gradlew publishPlugins
cd ../maven-plugin
Expand Down
3 changes: 2 additions & 1 deletion hibernate-provider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ publishing {
publications {
create<MavenPublication>("hibernate-provider") {
signing {
sign(publishing.publications["hibernate-provider"])
sign(this@create)
}
pom {
from(components["java"])
name = "hibernate-provider"
description = "A Hibernate schema provider for Atlas"
url = "https://github.com/ariga/atlas-provider-hibernate"
Expand Down

0 comments on commit 4da8746

Please sign in to comment.