actions-marketplace-validations/Create/Update Github Release

An Action for creating and/or overwriting a GitHub release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 23, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/mini-bomba_create-github-release@e84a2a34deaae6d7388de9171e4538721b570870 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenToken used for creating/editing releasesyes
tagTag to create/move and use for the releaseyes
target_commitCommit, branch or tag the tag should be created from/moved tono
prereleaseShould the release be marked as a prerelease?no
draftShould the release be marked as a draft?no
nameName of the releaseno
bodyDescription of the releaseno
filesFiles to attach; newline seperated, recursive globbing supportedno
fail_on_no_filesShould the action fail if none of the file globs match?nofalse
clear_attachmentsShould all existing attachments be deleted before uploading new files?notrue
skip_tag_creationShould the tag creation/modification be skipped? Set to true if the tag already exists and points to the correct commitnofalse

no outputs