diff --git a/src/github.ts b/src/github.ts index 033f284..63c3786 100644 --- a/src/github.ts +++ b/src/github.ts @@ -327,7 +327,7 @@ export const release = async ( } catch (error) { if (error.status !== 404) { console.log( - `⚠️ Unexpected error fetching GitHub release for tag ${config.github_ref}: ${error}`, + `⚠️ Unexpected error fetching GitHub release for tag ${tag}: ${error}`, ); throw error; }