[Feature Request] Github Actions workflow for automatically creating Firefox Addon Page releases #114
Labels
enhancement
New feature or request
Hacktoberfest
Indicating features to be worked on in the hacktoberfest event
Is your feature request related to a problem? Please describe.
As of now I always created the releases myself. This included building myanimetab, writing the release notes, creating a GitHub release, and so on...
Describe the solution you'd like
A Github Actions workflow to automate this task
Additional context
Steps:
Wait for release created
npm build
cd build
web-ext build
The text was updated successfully, but these errors were encountered: