Skip to content

Commit

Permalink
ci(repo): remove assets
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Aug 26, 2024
1 parent 296e803 commit 906d638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions packages/epo-react-lib/release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ const release = {
],
},
],
[
"@semantic-release/github",
{
assets: [{ path: "dist", label: "epo-react-lib" }],
},
],
["@semantic-release/github"],
],
};

Expand Down
7 changes: 1 addition & 6 deletions packages/epo-widget-lib/release.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ const release = {
],
},
],
[
"@semantic-release/github",
{
assets: [{ path: "dist", label: "epo-widget-lib" }],
},
],
["@semantic-release/github"],
],
};

Expand Down

0 comments on commit 906d638

Please sign in to comment.