Automatic publishing?

Hi! :slight_smile:

Is there a way to automatic publish webextension to addons.mozilla.org like in google chrome (https://developer.chrome.com/webstore/using_webstore_api) so I can implement this solution in our CI/CD?

Cheers!

There’s the signing API.

I am running into this today as well.

The documentation is not clear weather the signing API is also the publishing API or not.
Going through the manual steps of submitting the extension seems to be the way to get started.
After manually submitting it as a “listed” extension can I use the Signing API to push updates?

I think you can submit updates via the signing API for listed add-ons, but you need to wait for them to be reviewed.