refactor: improve log message
parent
5c600bbef7
commit
bd0e910d94
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue