Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian.panek committed Oct 19, 2019
1 parent 61ce8bb commit 6ec9495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ bintray {

githubRelease {
owner("neva-dev")
repo("gradle-fork-plugin")
token((project.findProperty("github.token") ?: "").toString())
tagName(project.version.toString())
releaseAssets(project.fileTree("build/libs") { include("**/${project.name}-${project.version}*.jar") })
Expand Down

0 comments on commit 6ec9495

Please sign in to comment.