Skip to content

Commit 5624805

Browse files
ci: use generated tar archive as release asset
1 parent 6b9c249 commit 5624805

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ module.exports = {
1515
],
1616
[
1717
"@semantic-release/github",
18-
{ assets: ["dist", "package.json", "package-lock.json", "CHANGELOG.md"] },
18+
{
19+
assets: "rollup-plugin-external-assets-${nextRelease.version}.tgz",
20+
},
1921
],
2022
],
2123
};

0 commit comments

Comments
 (0)