From 711f5b322e99c10995e277fcc1ed2fa5b0d04702 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Wed, 12 Feb 2020 10:13:35 -0600 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3145d71..e4df484 100644 --- a/README.md +++ b/README.md @@ -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