Skip to content

Commit b6ecf9d

Browse files
committed
Fix releaseName to use artifact_version property
1 parent a0a0af9 commit b6ecf9d

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
@@ -20,7 +20,7 @@ github {
2020
}
2121

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

0 commit comments

Comments
 (0)