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
- Host: GitHub
- URL: https://github.com/insightsengineering/release-existence-action
- Owner: insightsengineering
- License: apache-2.0
- Created: 2023-07-04T10:20:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T14:41:02.000Z (over 2 years ago)
- Last Synced: 2024-04-24T18:33:04.587Z (about 2 years ago)
- Topics: actions, github-actions, release
- Homepage: https://github.com/marketplace/actions/release-existence-action
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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