refactor: improve log message

releases/v3
Benoît Garreau 2020-06-10 14:16:24 +02:00
parent 5c600bbef7
commit bd0e910d94
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ async function run() {
const cleanChangelog = stringChangelog.split('\n').slice(3).join('\n').trim() const cleanChangelog = stringChangelog.split('\n').slice(3).join('\n').trim()
if (skipOnEmptyRelease && cleanChangelog === '') { if (skipOnEmptyRelease && cleanChangelog === '') {
core.info('Generated changelog is empty so we skip this step') core.info('Generated changelog is empty and skip-on-empty has been activated so we skip this step')
core.setOutput('skipped', 'true') core.setOutput('skipped', 'true')
return return
} }