Skip to content

Commit

Permalink
fix: assets options .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 16, 2021
1 parent 53f9200 commit 3ca2560
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
["@semantic-release/github", {
"assets": [
{"path": "dist/**/*.css", "label": "CSS distribution"},
{"path": "dist/**/*.js", "label": "JS distribution"},
{"path": "dist/**/*", "label": "Other distribution"}
]
"assets": [["dist"]]
}]
]
}

0 comments on commit 3ca2560

Please sign in to comment.