1 parent ebcbc66 commit 451bf1fCopy full SHA for 451bf1f
1 file changed
src/windUpJob.task.js
@@ -27,7 +27,7 @@ module.exports = async (result) => {
27
core.setOutput(outputs.last_release_git_tag, lastRelease.gitTag);
28
}
29
30
- if (!nextRelease) {
+ if (!nextRelease?.version) {
31
core.debug('No release published.');
32
return;
33
0 commit comments