yoanm/GitHub Action versioning

Create (or override existing) vX and vX.Y based on the provided tag. Useful to maintain GitHub Action tags up to date.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tagThe full tag used to generate vX and vX.Y tagsno${{ github.event.release.tag_name }}
update-inner-releasesWhether to also update releases name linked to `vX` and `vX.Y` tags. Will work only on pre-existing releases ! nofalse
inner-releases-as-latestWhether to set inner releases as latest. Requires `update-inner-releases` at `true` ! - `auto`: Will be set only if releases linked to provided `tag` is the latest - `true`: Set as latest whatever provided `tag` releases is the latest or not - `false`: Do not set them as latest noauto
git-emailThe email for the GIT user creating the tagsnogithub-actions[bot]@users.noreply.github.com
git-nameThe name for the GIT user creating the tagsnogithub-actions[bot]
working-directoryDirectory to the Git repository to tag. Useful only if you checkout it in a specific location ! no${{ github.workspace }}
namedescription
minor-tagMinor tag created (vX.Y)
major-tagMajor tag created (vX)