jpbnetley/push tag from package.json action
pushes a tag form the version field in the package.json
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package_json_path | the path to the package.json file to read the version from | no | ./package.json |
Outputs
| name | description |
|---|---|
| tag_exists | Indicates whether the tag exists |
| tag_name | The name of the tag that was pushed |
| success | Indicates whether the tag was successfully pushed |