Another experiment.
This commit is contained in:
5
index.js
5
index.js
@@ -68,7 +68,10 @@ async function main() {
|
||||
try {
|
||||
const url_pattern = core.getInput("url-pattern");
|
||||
const start_version = core.getInput("start-version");
|
||||
const current_version = await increaseVersion(url_pattern, start_version);
|
||||
const current_version = `${await increaseVersion(
|
||||
url_pattern,
|
||||
start_version,
|
||||
)}`;
|
||||
const export_to = core.getInput("export-to");
|
||||
core.info(`The new version determend is ${current_version}`);
|
||||
core.exportVariable("current_version", `${current_version}`);
|
||||
|
||||
Reference in New Issue
Block a user