actions-marketplace-validations/Create/Update tag

Creates or updates a tag for a given commit.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGITHUB_TOKEN. Optional if you use checkout@v2 action.${{ github.token }}
tagTag you want to create or update.yes
messageTag message.no
commit_shaThe commit SHA hash on which you want to push the tag. Uses latest commit by default.no
force_push_tagOptional. Force push the tag. Defaults to 'false'.nofalse
tag_exists_errorOptional. Whether to throw an error when the tag already exists. Defaults to 'true'.notrue
no_verify_tagOptional. Skips verifying when pushing the tag. Defaults to 'false'.nofalse
gpg_private_keyOptional. GPG key to sign the tag with.no
gpg_passphraseOptional. GPG key passphrase.no
namedescription
tag_existsWhether the tag already existed.