Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 27c87c8

Browse files
docs: fix update output key names (#885)
Apparently the only key having the `release_` prefix is the `created` key, the rest should all be present without that prefix. I've updated the output keys in the readme, removing the `release_` prefix. Signed-off-by: Luca Lanziani <[email protected]> Co-authored-by: Jeff Ching <[email protected]>
1 parent b067e38 commit 27c87c8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ If you have a root component (path is `.` or unset), then the action will also o
169169
| output | description |
170170
| -------------------- | ---------------------------------------------------------------------------------------------------------- |
171171
| `release_created` | `true` if the release was created, `false` otherwise |
172-
| `release_upload_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
173-
| `release_html_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
174-
| `release_tag_name` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
175-
| `release_major` | Number representing major semver value |
176-
| `release_minor` | Number representing minor semver value |
177-
| `release_patch` | Number representing patch semver value |
178-
| `release_sha` | SHA that a GitHub release was tagged at |
172+
| `upload_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
173+
| `html_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
174+
| `tag_name` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
175+
| `major` | Number representing major semver value |
176+
| `minor` | Number representing minor semver value |
177+
| `patch` | Number representing patch semver value |
178+
| `sha` | SHA that a GitHub release was tagged at |
179179

180180
### Path outputs
181181

0 commit comments

Comments
 (0)