juancarlosjr97/Github Action - Release It Containerized
Github Action to run Release It
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 21, 2026
- License
- MIT
Pinned Snippet
uses: juancarlosjr97/release-it-containerized@2114e5fcd2521978e800dc014666ada1d9cd7f64 # 2.1.50tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to execute Release It | no | "" |
| continue_on_error | Continue workflow execution even if all retry attempts fail | no | false |
| git_email | Git email to run Release It | no | ${{ github.actor }} |
| git_username | Git username to run Release It | no | ${{ github.actor }}@users.noreply.github.com |
| github_token | GitHub 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_key | GPG Private Key | no | "" |
| gpg_private_key_id | GPG Private Key ID | no | "" |
| image_tag | Image tag used to pass specific version of the action | no | latest |
| npm_version | NPM version to use. If not specified, the default NPM version from the container is used | no | "" |
| plugins_list | List of Plugins to run with Release It as comma separated | no | "" |
| ssh_passphrase | SSH Passphrase | no | "" |
| ssh_private_key | SSH Private Key | no | "" |
| version | Release It version | no | latest |
Outputs
no outputs