Skip to content

Commit

Permalink
Try to get buildscript to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Dec 3, 2023
1 parent f29293f commit 6008612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ tasks.modrinth.onlyIf {
}

githubRelease {
token(project.hasProperty('githubKey') ? project.githubKey : System.getenv("GITHUB_TOKEN"))
token(project.hasProperty('githubKey') ? project.githubKey : System.getenv("GITHUB_TOKEN") as CharSequence)
owner 'Earthcomputer'
repo 'clientcommands'
targetCommitish 'fabric'
Expand Down

0 comments on commit 6008612

Please sign in to comment.