Skip to content

Commit

Permalink
[Build] Fix publish.gradle script
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaiR committed Dec 19, 2022
1 parent e913e19 commit 87b1004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ext.configurePublishing = { packageName, packageDesc, packageVersion ->
def signingKeyId = System.getenv('SIGNING_KEY_ID')
def signingKey = System.getenv('SIGNING_KEY')
useInMemoryPgpKeys(signingKeyId, signingKey, '')
sign publishing.publications.mavenJava
sign publishing.publications.imgui
}
}
}

0 comments on commit 87b1004

Please sign in to comment.