Add upload_url as action output (#75)

* Add upload_url as action output

* Update README
This commit is contained in:
erri120 2021-03-21 06:59:32 +01:00 committed by GitHub
parent 94651eb27f
commit 1f8f474abe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

View file

@ -193,6 +193,7 @@ The following outputs can be accessed via `${{ steps.<step-id>.outputs }}` from
| Name | Type | Description |
|-------------|---------|-----------------------------------------------------------------|
| `url` | String | Github.com URL for the release |
| `upload_url`| String | URL for uploading assets to the release |
#### environment variables