WIP: Build & Release
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = async ({ github, context, core, jobId }) => {
|
|||||||
core.setFailed(`Token ${token} not found`);
|
core.setFailed(`Token ${token} not found`);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
data = data.replace(new RegExp(`#{${original}}#`, 'g'), value);
|
data = data.replace(new RegExp(original, 'g'), value);
|
||||||
console.log(`Replaced ${original} with ${value} (${token}) in ${file}`);
|
console.log(`Replaced ${original} with ${value} (${token}) in ${file}`);
|
||||||
console.log(data);
|
console.log(data);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user