forked from mirrors/action-gh-release
feature: preserve upload order (#500)
* Preserve upload order * Update README.md * Fix typings and add a test * fmt code Signed-off-by: Rui Chen <rui@chenrui.dev> --------- Signed-off-by: Rui Chen <rui@chenrui.dev> Co-authored-by: Richard Davison <ridaviso@amazon.com> Co-authored-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
98daca21d1
commit
d5f028c822
5 changed files with 43 additions and 15 deletions
|
@ -183,6 +183,7 @@ The following are optional as `step.with` keys
|
|||
| `body_path` | String | Path to load text communicating notable changes in this release |
|
||||
| `draft` | Boolean | Indicator of whether or not this release is a draft |
|
||||
| `prerelease` | Boolean | Indicator of whether or not is a prerelease |
|
||||
| `preserve_order` | Boolean | Indicator of whether order of files should be preserved when uploading assets |
|
||||
| `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.ref` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue