Skip to content

Commit

Permalink
fix: change bootJar to jar
Browse files Browse the repository at this point in the history
  • Loading branch information
mswertz committed Apr 18, 2023
1 parent 00f1386 commit 813a820
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 @@ -78,7 +78,7 @@ run {
project.ext.ghToken = project.hasProperty('ghToken') ? project.getProperty('ghToken') : System.getenv('GITHUB_TOKEN') ?: null
semanticRelease {
repo {
releaseAsset jar
releaseAsset bootJar
ghToken = project.ext.ghToken
}
}
Expand Down

0 comments on commit 813a820

Please sign in to comment.