We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd480a8 commit 08c3c91Copy full SHA for 08c3c91
1 file changed
build.gradle
@@ -46,10 +46,10 @@ publishing {
46
}
47
48
githubRelease {
49
- token System.getenv("GITHUB_TOKEN")
+ token System.getenv("GITHUB_TOKEN") ?: ""
50
owner "DuncteBot"
51
repo "tts-plugin"
52
- targetCommitish System.getenv("RELEASE_TARGET")
+ targetCommitish System.getenv("RELEASE_TARGET") ?: ""
53
releaseAssets shadowJar.outputs.files
54
tagName version
55
releaseName version
0 commit comments