actions-marketplace-validations/Create Release with Debug APK
Create a release for a tag in your repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| tag_name | The name of the tag. This should come from the webhook payload, `github.GITHUB_REF` when a user pushes a new tag | yes | — |
| release_name | The name of the release. For example, `Release v1.0.1` | no | — |
| body | Text describing the contents of the tag. | no | — |
| draft | `true` to create a draft (unpublished) release, `false` to create a published one. Default: `false` | no | false |
| prerelease | `true` to identify the release as a prerelease. `false` to identify the release as a full release. Default: `false` | no | false |
| asset_path | The path to the asset you want to upload | yes | — |
| asset_name | The name of the asset you want to upload | yes | — |
| asset_content_type | The content-type of the asset you want to upload. See the supported Media Types here: https://www.iana.org/assignments/media-types/media-types.xhtml for more information | yes | — |
Outputs
| name | description |
|---|---|
| id | The ID of the created Release |
| html_url | The URL users can navigate to in order to view the release |
| browser_download_url | The URL users can navigate to in order to download the uploaded asset |