GitHub · Arazzo Workflow
GitHub Tag a Commit and Cut a Release
Version 1.0.0
Resolve a branch tip, create a tag reference there, then cut a release on that tag.
Provider
Workflows
tag-commit-and-release
Resolve a branch tip, create a tag ref, and cut a release on it.
Reads the branch tip SHA, creates a tag reference at that SHA, and creates a release for the tag.
1
getBranchTip
getReference
Read the branch reference to obtain the tip commit SHA.
2
createTagRef
createReference
Create a tag reference pointing at the branch tip SHA returned by the previous step.
3
cutRelease
createRelease
Create a release for the tag that was just created.