Skip to content

Commit

Permalink
Fix mistake in softprops#39
Browse files Browse the repository at this point in the history
It should be `github.ref` or `GITHUB_REF`.
  • Loading branch information
k-takata committed Jan 9, 2020
1 parent 9f4852e commit eabe3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.

Expand Down

0 comments on commit eabe3c4

Please sign in to comment.