Skip to content

Commit 08c3c91

Browse files
committed
Fix release
1 parent dd480a8 commit 08c3c91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ publishing {
4646
}
4747

4848
githubRelease {
49-
token System.getenv("GITHUB_TOKEN")
49+
token System.getenv("GITHUB_TOKEN") ?: ""
5050
owner "DuncteBot"
5151
repo "tts-plugin"
52-
targetCommitish System.getenv("RELEASE_TARGET")
52+
targetCommitish System.getenv("RELEASE_TARGET") ?: ""
5353
releaseAssets shadowJar.outputs.files
5454
tagName version
5555
releaseName version

0 commit comments

Comments
 (0)