Skip to content

Commit 2d054a5

Browse files
authored
chore: remove whitespace
1 parent 4267eee commit 2d054a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windUpJob.task.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = async (result) => {
2626
core.setOutput(outputs.last_release_git_head, lastRelease.gitHead);
2727
core.setOutput(outputs.last_release_git_tag, lastRelease.gitTag);
2828
}
29-
29+
3030
if (!nextRelease) {
3131
core.debug('No release published.');
3232
return;

0 commit comments

Comments
 (0)