Publish with Github
Something I want to do on most of my versioned projects is handle the versioning and committing as part of the merge/push to the main branch. So I’m putting this here as a reminder to myself and help to anyone else who is doing this with github actions. First, you’ll need the script to do the work. Mine looks like this: The important parts of this are the configuration changes that ensure that git and npm have permission to alter upstream state. The So that my npm run deploy If your branc...