scalexy/Release on npm version change
Automatic GitHub release when the package.json version changes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path of the package.json file that will be examined. | no | ${{ github.workspace }} |
| token | Personal access token. Defaults to GITHUB_TOKEN. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| released | Set to true when a release is created. |
| html_url | The URL for viewing the release in a browser. |
| upload_url | The URL for uploading assets to the release. |
| release_id | ID of the release. |
| release_tag | Tag of the release. |
| release_name | Name of the release. |