feat(ui-flow): pass channelTag on announce-worker-release IPC

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-22 06:19:32 -04:00
co-authored by Cursor
parent fa28943fc7
commit fa073bacd0
+1
View File
@@ -120,6 +120,7 @@ async function dispatchUiMessage (platform, msg, hooks = {}) {
workerVersion: msg.workerVersion,
pearUri: msg.pearUri,
releaseNotes: msg.releaseNotes,
channelTag: msg.channelTag,
allowDowngrade: !!msg.allowDowngrade
})
pushState()