Github Create Tag
github_create_tagCreate a new tag on a repository, either annotated with a message or lightweight, and target a specific commit or the default branch's latest.
Instructions
Creates a new tag. With a message it is an annotated tag, which stores the message; without one it is a lightweight ref.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | No | Commit to tag. Omit to tag the newest commit on the default branch | |
| message | No | ||
| tag_name | Yes | ||
| repo_name | Yes | ||
| repo_owner | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||