Automating releases using Git work flows
You can automate the creation of git release tags from a github workflow via:
github_workflow_release
You need to update the <user>
, <owner>
and <repo>
with the appropriate github values.
You also need to add you personal api token as a secret in github
Last updated