From 9993ae85344fa542b3edb2533f97011277698cf6 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Fri, 10 Jan 2020 08:32:41 +0900 Subject: [PATCH] Fix mistake in #39 (#40) It should be `github.ref` or `GITHUB_REF`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af3106a7a..e0f4488de 100644 --- a/README.md +++ b/README.md @@ -180,7 +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 | +| `tag_name` | String | Name of a tag. defaults to `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.