From f6b9ccc774fb728733555d90b27e5908aa1a41e1 Mon Sep 17 00:00:00 2001 From: Tunglies Date: Tue, 11 Mar 2025 01:15:37 +0800 Subject: [PATCH] ``` nothing changes ``` --- scripts/updater.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/updater.mjs b/scripts/updater.mjs index eede771d..bcfc25b9 100644 --- a/scripts/updater.mjs +++ b/scripts/updater.mjs @@ -210,6 +210,10 @@ async function processRelease(github, options, tag, isAlpha) { // Get the appropriate updater release based on isAlpha flag const releaseTag = isAlpha ? ALPHA_TAG_NAME : UPDATE_TAG_NAME; + console.log( + `Processing ${isAlpha ? "alpha" : "stable"} release:`, + releaseTag, + ); try { const { data: updateRelease } = await github.rest.repos.getReleaseByTag({