Using Github Actions to Publish the HTML5 Boilerplate npm Package
We just released HTML5 Boilerplate 7.3.0. As part of that release we integrated Github Actions in order to publish our npm package when we cut a Github release. Doing so was pretty easy. This is how I ended up doing it. To start, I enabled Github Actions for the repo. To do so check “Enable […]