From 2d054a555038b3f53b7461cafbb90689155fb109 Mon Sep 17 00:00:00 2001 From: Martin Gerlach Date: Thu, 9 Oct 2025 02:34:54 +0200 Subject: [PATCH] chore: remove whitespace --- src/windUpJob.task.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windUpJob.task.js b/src/windUpJob.task.js index 2a94f70..89a33e5 100644 --- a/src/windUpJob.task.js +++ b/src/windUpJob.task.js @@ -26,7 +26,7 @@ module.exports = async (result) => { core.setOutput(outputs.last_release_git_head, lastRelease.gitHead); core.setOutput(outputs.last_release_git_tag, lastRelease.gitTag); } - + if (!nextRelease) { core.debug('No release published.'); return;