josephrodriguez/Swift Release
Create GitHub release for a repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token for authentication | no | — |
| owner | The owner of the repository | no | — |
| repo | The repository name | no | — |
| name | The name of the release | no | — |
| tag | The tag name for the release | no | — |
| body | The body of the release | no | — |
| draft | Whether the release should be a draft | no | false |
| prerelease | Whether the release should be a pre-release | no | false |
| asset_name | Name of the asset | no | — |
| asset_path | Path of the asset | no | — |
Outputs
| name | description |
|---|---|
| id | The ID of the created release |
| html_url | URL of the created release in the GitHub repository |
| upload_url | URL for uploading assets to the created release |