actions-marketplace-validations/Ensure Release

Create a release for a tag in your repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 20, 2019
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/lomocc_create-release@f01cbd1995548da88f0b7ca6e568997eef864d7d # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
tag_nameThe name of the tag. This should come from the webhook payload, `github.GITHUB_REF` when a user pushes a new tagyes
release_nameThe name of the release. For example, `Release v1.0.1`yes
bodyText describing the contents of the tag.no
draft`true` to create a draft (unpublished) release, `false` to create a published one. Default: `false`nofalse
prerelease`true` to identify the release as a prerelease. `false` to identify the release as a full release. Default: `false`nofalse
namedescription
idThe ID of the created Release
html_urlThe URL users can navigate to in order to view the release
upload_urlThe URL for uploading assets to the release