actions-marketplace-validations/tag-release

Github action to read package.json and github releases by tags, and creates a new release if release does not exist

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
pathpath to the package.json fileno./package.json
tokenThe github token. Use secrets.GITHUB_TOKENyes
namedescription
release_createdA boolean to indicate if a new release was created
release_existsA boolean to indicate if the release with the current tag already exists
release_tagIf release exists, will contain the tag name, otherwise undefined