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) {