npm ci
This command [was suggested](https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages#publishing-packages-to-the-npm-registry) in the github docs, but not in our release steps.
Create a new `release.yml` for defining automatic publishing to package managers on releases. Adds the NPM publishing steps as it is the most straightforward.