Skip to content

Commit 3b859ef

Browse files
committed
add extra asset
1 parent 3932c17 commit 3b859ef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

release.config.cjs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,13 @@ module.exports = {
7575
{
7676
path: "CHANGELOG.md",
7777
label: "CHANGELOG.md"
78-
}
78+
},
79+
...(process.env.EXTRA_ASSET ? [
80+
{
81+
path: process.env.EXTRA_ASSET,
82+
label: process.env.EXTRA_ASSET
83+
}
84+
] : [])
7985
],
8086
successComment: false,
8187
failComment: false,

0 commit comments

Comments
 (0)