Add debugging to ensure tag name is encoded

This commit is contained in:
J.P. Krauss
2026-03-21 06:08:20 -07:00
committed by GitHub
parent 820f757c04
commit c6c0c1709a

View File

@@ -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,