Skip to content

Commit

Permalink
feat: release Jar file as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kkweon committed Sep 13, 2021
1 parent 93a906a commit 2f54b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
[
"@semantic-release/git",
{
"assets": ["Dockerfile.prod, README.md"]
"assets": ["Dockerfile.prod", "README.md", "app/build/libs/app.jar"]
}
]
]
Expand Down

0 comments on commit 2f54b4a

Please sign in to comment.