akiojin/github-release-github-action
This action adds a new GitHub Release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Specify the caller's `github.token`. | yes | — |
| version | Specify the version to be released. ex) `1.0.0`, `0.1.0` | no | — |
| target-branch | Specify the target branch. ex) `main`, `develop`, `release` | no | — |
| disable-short-version | Enable short version. If this parameter is enabled, only the first number of the version number is not used in the tag. A combat-numbers-only tag for the version number means, for example, that if the version number is `1.0.0`, the tag will be `v1`. ex) `true` | no | — |
Outputs
no outputs