Skip to content

Commit

Permalink
Fix githubRelease (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
shashachu committed Sep 7, 2022
1 parent 391fe95 commit 49d3f81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -62,6 +62,7 @@ githubRelease {
repo "ktlint"
tagName project.properties['VERSION_NAME']
releaseName project.properties['VERSION_NAME']
targetCommitish "master"
releaseAssets project.files({
// "shadowJarExecutableChecksum" task does not declare checksum files
// as output, only the whole output directory. As it uses the same directory
Expand Down

0 comments on commit 49d3f81

Please sign in to comment.