juancarlosjr97/Github Action - Release It Containerized

Github Action to run Release It

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 21, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: juancarlosjr97/release-it-containerized@2114e5fcd2521978e800dc014666ada1d9cd7f64 # 2.1.50

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

namedescriptionrequireddefault
commandCommand to execute Release Itno""
continue_on_errorContinue workflow execution even if all retry attempts failnofalse
git_emailGit email to run Release Itno${{ github.actor }}
git_usernameGit username to run Release Itno${{ github.actor }}@users.noreply.github.com
github_tokenGitHub Token to run Release It. Must be provided explicitly by the caller workflow using a PAT stored as a repository secret (e.g. secrets.RELEASE_IT_GITHUB_TOKEN) with the required permissions.yes
gpg_private_keyGPG Private Keyno""
gpg_private_key_idGPG Private Key IDno""
image_tagImage tag used to pass specific version of the actionnolatest
npm_versionNPM version to use. If not specified, the default NPM version from the container is usedno""
plugins_listList of Plugins to run with Release It as comma separatedno""
ssh_passphraseSSH Passphraseno""
ssh_private_keySSH Private Keyno""
versionRelease It versionnolatest

no outputs