@@ -70,6 +70,7 @@ async function run() {
*/
async function createOrGetRelease(client, owner, repo, body) {
try {
console.log(`Checking for existing release at ${encodeURIComponent(body.tag)}`);
let release = await client.repository.repoGetReleaseByTag({
owner: owner,
repo: repo,
The note is not visible to the blocked user.