m19c/action-release-dotversion
Automatically tags the current workspace on file-change.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| versionFile | The version file | yes | .version |
| token | The Github token. | yes | — |
| body | The body of the release. | no | — |
Outputs
| name | description |
|---|---|
| id | The unique identifier of the created release. |
| tag_name | The tag_name of the created release. |
| upload_url | The URL to upload artifacts. |
| html_url | The Link to the release. |