author/Rollback Release
Rollback a git release/tag. Useful for cleaning failed build/publish processes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| release_id | The Github release ID. | no | — |
| tag | The tag associated with the release. | no | — |
| delete_orphan_tag | If the release does not exist but the tag does, setting this to true will remove the tag. | no | — |
Outputs
| name | description |
|---|---|
| release_id | Returns the ID of the release. |
| tag | The tag associated with the release. |