Skip to content

Commit

Permalink
fix: Fix yet another release problem.
Browse files Browse the repository at this point in the history
Another one breaks the build...
  • Loading branch information
xdy committed Jun 29, 2020
1 parent 9713d7c commit 76ff822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
["@semantic-release/github", {
"assets": ["dist/**/*"],
"assets": ["dist"],
}]
],
"preset": "angular"
Expand Down

0 comments on commit 76ff822

Please sign in to comment.