actions-marketplace-validations/Publish and Tag

🚀🔖 A GitHub Action for properly publishing and tagging GitHub Actions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tag_nameThe tag to update. If the workflow event is `release`, it will use the `tag_name` from the event payload.no
rewrite_tagsShould rewrite major and minor tags?nofalse
latestMake release the latest release.nofalse
cleanup_manifestShould cleanup action manifest?notrue
git_commit_messageCustom git commit message.no
git_author_nameCustom git author name.no
git_author_emailCustom git author email.no
git_committer_nameCustom git committer name.no
git_committer_emailCustom git committer email.no
github_tokenThe GitHub token used to authenticate with the GitHub API.no${{ github.token }}
namedescription
commit_shaThe SHA of the commit that was tagged.
semverVersion of the new release.
semver_majorThe major version number of the tag.
semver_minorThe minor version number of the tag.
semver_patchThe patch version number of the tag.
release_idThe ID of the release.
release_draftWhether the release is a draft.
release_prereleaseWhether the release is a prerelease.
release_latestWhether the release is the latest release.
release_urlThe URL of the release.