Skip to content

Commit f3f45ff

Browse files
committed
Build: releasing PR branches on their branch name's channel
1 parent 8dbbc47 commit f3f45ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const config = branchName === MAIN_BRANCH ? mainConfig : branchConfig;
100100
module.exports = {
101101
branches: [
102102
MAIN_BRANCH,
103-
{ name: branchName, channel: preId, prerelease: preId },
103+
{ name: branchName, channel: "${name}", prerelease: preId },
104104
],
105105
preset: "eslint",
106106
repositoryUrl: "[email protected]:WTW-IM/scriptloader-component.git",

0 commit comments

Comments
 (0)