Auto-publish to npm and Chrome webstore
The keep.md app by Ian Nuttall is using Cloudflare Worker, CLI publised to npm, and then there's Chrome extension for it as well. And here's how he automatically publishes new CLI versions to npm and then new extension updates to Chrome Webstore. He posts the below and then also shared the screenshot below.
Just hooked it up so that new CLI versions and Chrome extensions get published automatically via GithHub action.
I don't know how it's being done as of now, but I like this workflow a lot and would love to learn more about it.
Update:
Just learned that Chrome Webstore also has an API that you can use to directly submit your extensions for review. Ian also shared that his extension got published after he submitted via the API.
So it's confirmed that this works. I will look into the Webstore API, soon.
Webmentions