brandon-t/update-release-action
Updates a Release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 17, 2020
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: brandon-t/update-release-action@432f3d1c10049f13c3b554946ab7fafb12f7f7d5 # test-build-mergetags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token or secret | yes | — |
| release_name | Name of the release | no | — |
| file | File or Pattern of files to upload | no | — |
| asset_name | Name of the file | no | — |
| is_file_glob | Is File a pattern | no | — |
| overwrite | Whether or not to overwrite existing files in the release | no | — |
| release_notes | Notes to add to the release | no | — |
| deletes_existing_release | Deletes existing release | no | — |
| pre_release | Pre-Release | no | — |
| prefix_branch_name | Prefix the Branch Name | no | — |
| suffix_branch_name | Suffix the Branch Name | no | — |
| draft_release | Draft-Release | no | — |
| retry_count | Amount of times to retry uploading each asset upon failure. Default: 0 | no | — |
| retry_delay | Amount of time (in seconds) to wait before retrying an asset upload upon failure. Default: 5s | no | — |
| owner | Repository Owner | no | — |
| repo | Repository Name | no | — |
| tag | Commit hash or tag | yes | — |
| new_tag | Update the release specified by tag with a new commit hash or new tag | no | — |
| bump_tag | Whether or not to update the tag to refer to the latest commit hash | no | — |
| ref | Commit hash or tag | no | — |
Outputs
| name | description |
|---|---|
| result | success |