Skip to content

Commit

Permalink
Merge pull request #429 from molgenis/fix/basic-auth
Browse files Browse the repository at this point in the history
fix: change bootJar to jar
  • Loading branch information
mswertz authored Apr 18, 2023
2 parents bbfd19a + 813a820 commit 45b86e9
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 45b86e9

Please sign in to comment.