Skip to content

Commit 08f3359

Browse files
committed
ci: Ensure generated JAR gets uploaded properly on release
1 parent 049d69b commit 08f3359

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.releaserc

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
{
2424
"assets": [
2525
{
26-
"path": "ibm-watson/build/libs/ibm-watson-${nextRelease.version}-jar-with-dependencies.jar"
26+
"path": "ibm-watson/build/libs/*.jar",
27+
"name": "ibm-watson-${nextRelease.version}-jar-with-dependencies.jar"
2728
}
2829
]
2930
}

0 commit comments

Comments
 (0)