Skip to content

Commit

Permalink
Fix github-release settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sndl committed Jun 15, 2022
1 parent 95ea0d6 commit 5e27825
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 @@ -79,6 +79,7 @@ val shadowJar = shadowJar {
githubRelease {
token(System.getenv("GITHUB_TOKEN"))
owner("sndl")
targetCommitish("master")
releaseAssets(shadowJar.task.archiveFile.get())
}

Expand Down

0 comments on commit 5e27825

Please sign in to comment.