actions-marketplace-validations/Edit Release
A GitHub Action for editing an existing release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 13, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/irongut_editrelease@4aaab3a036b10f255c69141b1494ff45a326409e # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Authentication token, use either GITHUB_TOKEN or a Personal Access Token. | yes | — |
| id | The id of the release to edit, e.g. github.event.release.id. | yes | — |
| name | New text for the name of the release. | no | "" |
| replacename | Set true to replace the release name, false to add to the release name (default). | no | false |
| draft | Set true to change the release to a draft, false to publish the release. Omit if you do not want to change the draft status of the release. | no | "" |
| prerelease | Set true to identify the release as a pre-release, false to identify the release as a full release. Omit if you do not want to change the status of the release. | no | "" |
| body | New text for the body of the release. | no | "" |
| replacebody | Set true to replace the release body, false to add to the release body. (default) | no | false |
| files | A comma separated list of files whose content will be added after the release body text. | no | "" |
| spacing | The number of blank lines required between each addition to the release body. (default = 1) | no | 1 |
Outputs
no outputs