7253-devToTest_2418 #2350
|
@ -25,7 +25,7 @@ if (branchName) {
|
||||||
const splitedMsg = msg.split(':');
|
const splitedMsg = msg.split(':');
|
||||||
|
|
||||||
if (splitedMsg.length > 1) {
|
if (splitedMsg.length > 1) {
|
||||||
const finalMsg = splitedMsg[0] + splitedMsg.slice(1).join(':');
|
const finalMsg = splitedMsg[0] + ':' + referenceTag + splitedMsg.slice(1).join(':');
|
||||||
console.log('finalMsg: ', finalMsg);
|
console.log('finalMsg: ', finalMsg);
|
||||||
fs.writeFileSync(msgPath, finalMsg);
|
fs.writeFileSync(msgPath, finalMsg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue