actions-marketplace-validations/Create Release with Specified Branch
Create a release from a specified branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 27, 2025
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/aaiezza_create-release@31f38ffbdeb67ea37a763d7bb4349192493122ec # no releases — HEAD as of 2026-07-22tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| release_branch | Branch to tag | yes | master |
| name | The title of the release | yes | 0 |
| message | The message of the release | yes | 0 |
| draft | Is draft ? | yes | false |
| prerelease | Is pre-release ? | yes | false |
| create_release | Create new release | yes | true |
| tag | Tag to use | — | — |
Outputs
| name | description |
|---|---|
| release | The newly created release |
| upload_url | The URL for uploading assets to the release, which could be used by GitHub Actions for additional uses, for example the @actions/upload-release-asset GitHub Action |