Skip to content

Commit 5e60f51

Browse files
authored
Update release.yml
1 parent 1fbee27 commit 5e60f51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
throw error;
4545
}
4646
}
47-
47+
48+
console.log("Release exists: ", releaseExists);
49+
core.setOutput("releaseExists", releaseExists);
4850
return { releaseExists };
4951
5052
release:

0 commit comments

Comments
 (0)