Added Github Release Rollback Action

This action will rollback/delete a release. Useful when a release is cut but a downstream activity fails. Cleans up orphan/churn releases.
This commit is contained in:
Corey Butler 2020-02-12 10:13:35 -06:00 committed by GitHub
parent 7029927eed
commit 711f5b322e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Get a list of file changes with PR/Push](https://github.com/trilom/file-changes-action)
- [Use private actions in any workflow](https://github.com/InVisionApp/private-action-loader)
- [Label Your Issues Using the Issue's Contents](https://github.com/damccorm/tag-ur-it)
- [Rollback a Github Release](https://github.com/author/action-rollback)
### Collection of Actions