Just learning more about the github workflow actions.
Aim of this repo. is to be able to create a release using GH actions and git flow.
All you need to do is to head to the Actions Tab,
This will create a new release branch, bump the package.json version and create a PR to develop.
Once you merge this PR, the next workflow will start to create a PR to merge develop to master
Once you merge this PR, the last workflow will be fired to publish the release
Happy Coding!