Initiated the action. #1

Merged
Philipp merged 28 commits from philipp-patch-1 into main 2024-05-28 23:29:17 +02:00
Showing only changes of commit a6620e55c0 - Show all commits

View File

@ -71,7 +71,7 @@ async function main() {
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"); const export_to = core.getInput("export-to");
core.info(`The new version determend is ${current_version}`); core.info(`The new version determend is ${current_version}`);
exportVariable("current_version", `${current_version}`); core.exportVariable("current_version", `${current_version}`);
core.setOutput("current_version", `${current_version}`); core.setOutput("current_version", `${current_version}`);
} catch (error) { } catch (error) {
core.setFailed(`Action failed with error: ${error}`); core.setFailed(`Action failed with error: ${error}`);