Skip to content

Commit

Permalink
fix: remove assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Victor committed Dec 11, 2023
1 parent b08e4dd commit e5e523f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
[
"@semantic-release/github",
{
assets: ["dist/**/*.{js,css}"],
assets: [],
message:
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
},
Expand Down

0 comments on commit e5e523f

Please sign in to comment.