Add tag_name option (#39)

Allow setting tag name like actions/create-release.
This commit is contained in:
K.Takata 2020-01-09 15:06:19 +09:00 committed by Doug Tangren
parent b7e450da2a
commit 9f4852ebe6
7 changed files with 18 additions and 7 deletions

View file

@ -180,6 +180,7 @@ The following are optional as `step.with` keys
| `prerelease`| Boolean | Indicator of whether or not is a prerelease |
| `files` | String | Newline-delimited globs of paths to assets to upload for release|
| `name` | String | Name of the release. defaults to tag name |
| `tag_name` | String | Name of a tag. defaults to github.GITHUB_REF |
💡When providing a `body` and `body_path` at the same time, `body_path` will be attempted first, then falling back on `body` if the path can not be read from.