aaronbarnaby/Create Release Action
Handle the GitHub release process during your workflow with full changelog and asset uploads.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| api_token | GitHub secret token | yes | — |
| release_tag | Git Tag (for auto releases) | no | — |
| compare_last_tagged_release | Instead of comparing to provided release_tag it will search for latest tagged release to compare too | no | true |
| prerelease | Should this release be marked as a pre-release? | no | true |
| title | Release title (for auto releases) | no | — |
| files | Assets to upload to the release | no | — |
Outputs
| name | description |
|---|---|
| release_tag | The tag this action just processed |
| upload_url | The URL for uploading additional assets to the release |