Skip to content

Commit c12d152

Browse files
committed
fix: remove app.jar from .releaserc
1 parent a96d536 commit c12d152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
[
4343
"@semantic-release/git",
4444
{
45-
"assets": ["Dockerfile.prod", "README.md", "app/build/libs/app.jar"]
45+
"assets": ["Dockerfile.prod", "README.md"]
4646
}
4747
]
4848
]

0 commit comments

Comments
 (0)