Skip to content

Commit bf627d5

Browse files
committed
Fix releaseName to use artifact_version property
1 parent ce97a90 commit bf627d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ github {
1919
}
2020

2121
publishGithub {
22-
releaseName = "Release ${project.version}"
22+
releaseName = "Release ${project.findProperty('artifact_version') ?: project.version}"
2323
artifacts {
2424
artifact {
2525
classifier = ""

0 commit comments

Comments
 (0)