okaryo / TabTabTab

All In One Chrome Tab Manager

Home Page:https://chromewebstore.google.com/detail/tabtabtab-all-in-one-tab/hfmnidllojimehmfjkclnadpebibhgoi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate package upload to the store

okaryo opened this issue · comments

Description

I'd like to automate the package upload process to the store using GitHub Actions. Currently, the upload process is done manually, which can be a bit cumbersome.

Use case

Whenever a new tag is pushed to the repository, the automated workflow should be triggered, packaging the current state of the app and uploading it to the store. This will significantly reduce the manual effort required during each release and will ensure a more streamlined, efficient, and less error-prone release process.

Alternatives

The manual process has been the current method but considering the frequency of updates, an automated process would be highly beneficial.

Additional context

While the manual upload process has worked till now, automating this process will allow us to focus more on development rather than administrative tasks like these. Automation will bring about a more efficient and streamlined development cycle.