irongut/Edit Release

A GitHub Action for editing an existing release.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenAuthentication token, use either GITHUB_TOKEN or a Personal Access Token.yes
idThe id of the release to edit, e.g. github.event.release.id.yes
nameNew text for the name of the release.no""
replacenameSet true to replace the release name, false to add to the release name (default).nofalse
draftSet 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""
prereleaseSet 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""
bodyNew text for the body of the release.no""
replacebodySet true to replace the release body, false to add to the release body. (default)nofalse
filesA comma separated list of files whose content will be added after the release body text.no""
spacingThe number of blank lines required between each addition to the release body. (default = 1)no1

no outputs