Skip to content

Commit

Permalink
build: remove asssets from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Sep 4, 2024
1 parent 620c357 commit e35777d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
12 changes: 1 addition & 11 deletions packages/epo-react-lib/release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,7 @@ const release = {
],
},
],
[
"@semantic-release/github",
{
assets: [
{
path: ["dist/**", "package.json", "README.md"],
name: "epo-react-lib",
},
],
},
],
["@semantic-release/github"],
["@semantic-release/npm"],
],
};
Expand Down
12 changes: 1 addition & 11 deletions packages/epo-widget-lib/release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,7 @@ const release = {
],
},
],
[
"@semantic-release/github",
{
assets: [
{
path: ["dist/**", "package.json", "README.md"],
name: "epo-widget-lib",
},
],
},
],
["@semantic-release/github"],
["@semantic-release/npm"],
],
};
Expand Down

0 comments on commit e35777d

Please sign in to comment.