kernelsu-modules-repo/Module Release
Create immutable GitHub Release with module validation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the module.zip file to upload | yes | — |
| tag_name | Git tag name for the release | no | — |
| name | Release name (defaults to tag name) | no | — |
| body | Release body/description | no | — |
| body_path | Path to file containing release body | no | — |
| prerelease | Mark as prerelease | no | false |
| target_commitish | Commitish value for the tag | no | — |
| token | GitHub token | no | ${{ github.token }} |
| generate_release_notes | Auto-generate release notes | no | false |
| make_latest | Mark as latest release (true/false/legacy) | no | — |
Outputs
| name | description |
|---|---|
| url | Release HTML URL |
| id | Release ID |
| upload_url | Release upload URL |