actions-marketplace-validations/Create Release with Specified Branch

Create a release from a specified branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Sep 27, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/aaiezza_create-release@31f38ffbdeb67ea37a763d7bb4349192493122ec # no releases — HEAD as of 2026-07-22

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
release_branchBranch to tagyesmaster
nameThe title of the releaseyes0
messageThe message of the releaseyes0
draftIs draft ?yesfalse
prereleaseIs pre-release ?yesfalse
create_releaseCreate new releaseyestrue
tagTag to use
namedescription
releaseThe newly created release
upload_urlThe 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