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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | path to the package.json file | no | ./package.json |
| token | The github token. Use secrets.GITHUB_TOKEN | yes | — |
Outputs
| name | description |
|---|---|
| release_created | A boolean to indicate if a new release was created |
| release_exists | A boolean to indicate if the release with the current tag already exists |
| release_tag | If release exists, will contain the tag name, otherwise undefined |