p6m-actions/GitHub Release Create
Create a GitHub release with Docker image digest artifact
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Git tag for the release | yes | — |
| name | Release name/title | no | "" |
| digest | Docker image digest to include as artifact | yes | — |
| make-latest | Mark this release as the latest | no | true |
| generate-notes | Automatically generate release notes from commits | no | true |
| body | Additional release body content (appended after auto-generated notes) | no | "" |
| artifacts | Additional artifact files to attach (comma-separated paths) | no | "" |
| remove-artifacts | Remove old artifacts before uploading new ones | no | true |
Outputs
| name | description |
|---|---|
| release-id | The ID of the created release |
| release-url | The URL of the created release |
| digest-artifact | Path to the digest artifact file |