optivem/Check Release Exists
Checks if a specific version release exists in the repository using GitHub CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Release version to validate (e.g., v1.0.4, v2.1.0-rc) | yes | — |
| github-token | GitHub token for API access | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| exists | Whether the release exists (true/false) |