Skip to content

Commit

Permalink
fix: fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tichon29 committed Oct 11, 2020
1 parent abf6d0f commit e592208
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ module.exports = {
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/git", {
assets: [
{ path: "build.zip", label: "Build"},
{ path: "coverage.zip", label: "Coverage"},
]
}]
[
"@semantic-release/git",
{
assets: [
{ path: "build.zip", label: "Build" },
{ path: "coverage.zip", label: "Coverage" },
],
},
],
],
};

0 comments on commit e592208

Please sign in to comment.