Skip to content

Commit 87b1004

Browse files
committed
[Build] Fix publish.gradle script
1 parent e913e19 commit 87b1004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ext.configurePublishing = { packageName, packageDesc, packageVersion ->
6363
def signingKeyId = System.getenv('SIGNING_KEY_ID')
6464
def signingKey = System.getenv('SIGNING_KEY')
6565
useInMemoryPgpKeys(signingKeyId, signingKey, '')
66-
sign publishing.publications.mavenJava
66+
sign publishing.publications.imgui
6767
}
6868
}
6969
}

0 commit comments

Comments
 (0)