You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'const r=JSON.parse(require("node:fs").readFileSync(process.env.EXISTING_JSON,"utf8")); if(!r.isDraft||![process.env.COMMIT,"main"].includes(r.targetCommitish)) throw new Error("an existing release or unrelated draft already owns this version")'
61
+
EXISTING_JSON=existing.json node -e \
62
+
'const r=JSON.parse(require("node:fs").readFileSync(process.env.EXISTING_JSON,"utf8")); if(!r.isDraft) throw new Error("an existing published release already owns this version")'
0 commit comments