mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-13 19:54:20 +00:00
support for asset retries, and deleting existing releases
This commit is contained in:
parent
0465cdad11
commit
0edcedf52f
8 changed files with 202 additions and 56 deletions
|
@ -43,6 +43,15 @@ inputs:
|
|||
generate_release_notes:
|
||||
description: "Whether to automatically generate the name and body for this release. If name is specified, the specified name will be used; otherwise, a name will be automatically generated. If body is specified, the body will be pre-pended to the automatically generated notes."
|
||||
required: false
|
||||
retries:
|
||||
description: "The amount of times you want to try to upload a release asset. This will default to 0 which means do not retry."
|
||||
required: false
|
||||
retry_interval:
|
||||
description: "The interval in millisecond between failed asset upload attempts."
|
||||
required: false
|
||||
delete_on_existing:
|
||||
description: "Whether or not to delete an existing release entirely when running this action."
|
||||
required: false
|
||||
env:
|
||||
"GITHUB_TOKEN": "As provided by Github Actions"
|
||||
outputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue