From d05fdf14438814d25536d4af2fc0f8a76912b867 Mon Sep 17 00:00:00 2001 From: Chaitanya K Date: Tue, 7 May 2019 09:20:22 -0700 Subject: [PATCH] feat: manual release --- .github/main.workflow | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/main.workflow b/.github/main.workflow index cdc5c57..c3c02cd 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -20,3 +20,8 @@ action "Tag" { runs = "npm run release" secrets = ["GH_TOKEN"] } + +workflow "Release" { + on = "check_run" + resolves = ["Tag"] +}