What cicd are folks using with this to update their package on Chrome Store today? #622
jacebenson
started this conversation in
General
Replies: 2 comments 1 reply
-
https://jam.dev/blog/automating-chrome-extension-publishing/ Looks promising |
Beta Was this translation helpful? Give feedback.
1 reply
-
Haven't used it but the guys at @PlasmoHQ have their Browser Platform Publisher Github Action 👀 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just rewrote a hand-made extension using this and found it a delight, that is until I shipped the dev version (./dist) folder without doing a
npm run build
.Now that I have that handled, I was wondering what github actions folks are using to automatically update their chrome store package or if folks are just having github zip it up with a build command?
Beta Was this translation helpful? Give feedback.
All reactions