actions-marketplace-validations/Release Tag

Create a release on tag push

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 17, 2023
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/akryum_release-tag@cfcb5966a9c94bb326a81a987befc71ce2df35b0 # no releases — HEAD as of 2026-07-12

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`no
presetConventional changelog preset. Possible values: 'angular', 'atom', 'codemirror', 'ember', 'eslint', 'express', 'jquery', 'jshint'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

no outputs