5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 02:36:55 +00:00

chore: remove whitespace

This commit is contained in:
Martin Gerlach 2025-10-09 02:34:54 +02:00 committed by GitHub
parent 4267eee560
commit 2d054a5550
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;