Skip to content

Commit

Permalink
Set owner
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotori316 committed Nov 17, 2023
1 parent a8bc47b commit 6cea11f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ version = "${project.scala3_version}-build-${project.build_number}"

final boolean RELEASE_DEBUG = Boolean.parseBoolean(System.getenv("RELEASE_DEBUG") ?: "true")
githubRelease {
setOwner("Kotori316")
repo.set('SLP')
token = project.findProperty("githubToken") ?: System.getenv("REPO_TOKEN") ?: ""
targetCommitish.set(project.branch as String)
Expand Down

0 comments on commit 6cea11f

Please sign in to comment.