release prep

This commit is contained in:
softprops 2019-10-20 18:15:51 -04:00
parent 7363c39621
commit 9a2319ecaf
4 changed files with 18 additions and 3 deletions

View file

@ -77,7 +77,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
### ⬆️ Uploading release assets
You can can configure a number of options for your
@ -188,6 +187,17 @@ The following are optional as `step.with` keys
💡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.
#### outputs
The following outputs can be accessed via `${{ steps.<step-id>.outputs }}` from this action
| Name | Type | Description |
|-------------|---------|-----------------------------------------------------------------|
| `url` | String | Github.com URL for the release |
#### environment variables
The following are *required* as `step.env` keys