From ff2a25935fdb02845b540d40c4c83c092b242ab8 Mon Sep 17 00:00:00 2001 From: Thomas Lebeau Date: Mon, 21 Oct 2024 11:31:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20publish=20chrome=20extension=20t?= =?UTF-8?q?o=20all=20users?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy/publish-developer-extension.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy/publish-developer-extension.js b/scripts/deploy/publish-developer-extension.js index 1d42f58698..667728c8e2 100644 --- a/scripts/deploy/publish-developer-extension.js +++ b/scripts/deploy/publish-developer-extension.js @@ -41,8 +41,8 @@ async function uploadAndPublish() { printLog('Uploading the archive') await api.uploadExisting(zipFile, token) - printLog('Publishing to trusted testers') - await api.publish('trustedTesters') + printLog('Publishing') + await api.publish() } catch (err) { const body = err?.response?.body if (body) {