mukunku/release-exists-action
Checks if a given release exists
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Tag to search a matching release for | yes | — |
| repo | Repo to search for the release | — | ${{ github.repository }} |
| github_token | GitHub token | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| exists | true or false |
| prerelease | true or false |
| draft | true or false |
| name | Name of the release, if found. |
| url | Url to the release, if found. |