mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-12-29 09:38:18 +00:00
chore: remove whitespace
This commit is contained in:
parent
4267eee560
commit
2d054a5550
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ module.exports = async (result) => {
|
||||||
core.setOutput(outputs.last_release_git_head, lastRelease.gitHead);
|
core.setOutput(outputs.last_release_git_head, lastRelease.gitHead);
|
||||||
core.setOutput(outputs.last_release_git_tag, lastRelease.gitTag);
|
core.setOutput(outputs.last_release_git_tag, lastRelease.gitTag);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!nextRelease) {
|
if (!nextRelease) {
|
||||||
core.debug('No release published.');
|
core.debug('No release published.');
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue