We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce97a90 commit bf627d5Copy full SHA for bf627d5
1 file changed
build.gradle
@@ -19,7 +19,7 @@ github {
19
}
20
21
publishGithub {
22
- releaseName = "Release ${project.version}"
+ releaseName = "Release ${project.findProperty('artifact_version') ?: project.version}"
23
artifacts {
24
artifact {
25
classifier = ""
0 commit comments