im-open/is-release-production-ready
An action that retrieves a release by tag and determines if it is a Published release, not a draft or prerelease.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | A token with permission to retrieve repository release information. Generally secrets.GITHUB_TOKEN | yes | — |
| release-tag | The tag of the release that should be checked. | yes | — |
| fail-for-prerelease | Flag indicating whether the action should fail if it detects a prerelease. Accepts: true|false | yes | false |
Outputs
| name | description |
|---|---|
| PRODUCTION_READY | Flag indicating whether the release is production ready. |