Skip to content

Commit

Permalink
👷 publish chrome extension to all users (#3084)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-lebeau authored Oct 21, 2024
1 parent 2fc52c9 commit f494a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy/publish-developer-extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f494a96

Please sign in to comment.