Some more experiments.
This commit is contained in:
4
index.js
4
index.js
@@ -72,9 +72,9 @@ async function main() {
|
||||
url_pattern,
|
||||
start_version,
|
||||
)}`;
|
||||
const export_to = core.getInput("export-to");
|
||||
// const export_to = core.getInput("export-to");
|
||||
core.info(`The new version determend is ${current_version}`);
|
||||
core.exportVariable("current_version", `${current_version}`);
|
||||
// core.exportVariable("current_version", `${current_version}`);
|
||||
core.setOutput("current_version", `${current_version}`);
|
||||
} catch (error) {
|
||||
core.setFailed(`Action failed with error: ${error}`);
|
||||
|
||||
Reference in New Issue
Block a user