mstenta / farm_client_module_template

Template for building a farmOS Field Module project.
GNU General Public License v2.0
0 stars 0 forks source link

GitHub action for building/packaging dist releases #1

Closed mstenta closed 4 years ago

mstenta commented 4 years ago

See https://github.com/jgaehring/farm_precipitation/pull/3 and https://github.com/farmOS/farmOS-map/issues/45.

Add a GitHub action that will automatically run whenever a tag is pushed to the repo. It will run npm install and npm run build to create the dist folder, then it will create a [module-name].tar.gz tarball, and upload it to a new GitHub release draft.