An open API service indexing awesome lists of open source software.

https://github.com/insightsengineering/release-existence-action

Github Action that checks if a release for given tag exists
https://github.com/insightsengineering/release-existence-action

actions github-actions release

Last synced: 7 months ago
JSON representation

Github Action that checks if a release for given tag exists

Awesome Lists containing this project

README

          

# Release Existence Action

### Description
Check if a release for given tag exists
### Action Type
Composite

### Author
Roche/Genentech - Insights Engineering

### Inputs
* `release-tag`:

_Description_: The name of tag for which it should be checked whether the release exists.
If not specified, then the current tag is used.

_Required_: `false`

_Default_: `""`

### Outputs
* `release-exists`:

_Description_: Whether the release for given tag exists