From 2f0fd3def008f3a14b03066b85c67122f0b5acf7 Mon Sep 17 00:00:00 2001 From: Mikeal Rogers Date: Sat, 26 Jan 2019 22:22:28 +0000 Subject: [PATCH] fix: resolve correct action --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index 1506cf3..4da59ec 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,6 +1,6 @@ workflow "Build and Publish" { on = "push" - resolves = "Docker Publish" + resolves = "NPM Publish" } action "Shell Lint" {