TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Automating Chrome extension publishing with GitHub Actions

6 pointsby irtefaover 2 years ago

1 comment

thedgover 2 years ago
Hi HN! I&#x27;m Dani - one of Preston&#x27;s teammates. Using GitHub actions to auto publish our Chrome extension has helped us move faster without breaking things. With GitHub actions, it&#x27;s part of our CI&#x2F;CD pipeline so our tests are part of it.<p>The way we used to do it before where we manually uploaded the extension was cumbersome and bug prone. This is much better. If you&#x27;re building a Chrome extension like we are, I hope this helps you.