f2calv/gha-check-release-exists
Checks if a GitHub release exists in the current repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub token, i.e. secrets.GITHUB_TOKEN | yes | — |
| ReleaseName | Release name to check, i.e. '1.2.2' or '1.2.2-2022-04-ci-updates.13' | yes | — |
| Shell | Shell to use for the check, i.e. 'bash' (default) or 'pwsh' for Windows agents without bash | no | bash |
Outputs
| name | description |
|---|---|
| ReleaseExists | Whether the release exists, i.e. 'true' or 'false' |