Skip to content

Commit e346358

Browse files
committed
Really fix it this time
1 parent 6008612 commit e346358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ tasks.modrinth.onlyIf {
108108
}
109109

110110
githubRelease {
111-
token(project.hasProperty('githubKey') ? project.githubKey : System.getenv("GITHUB_TOKEN") as CharSequence)
111+
token(project.hasProperty('githubKey') ? project.githubKey : (System.getenv("GITHUB_TOKEN") ?: ''))
112112
owner 'Earthcomputer'
113113
repo 'clientcommands'
114114
targetCommitish 'fabric'

0 commit comments

Comments
 (0)