From ad8ec36e7c7cbc05ebe4c1fd9ff42a9bd2651ab9 Mon Sep 17 00:00:00 2001 From: Mikeal Rogers Date: Sat, 26 Jan 2019 22:20:20 +0000 Subject: [PATCH] fix: syntax error in workflow --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index 9dc6ff2..1506cf3 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -32,7 +32,7 @@ action "Publish Filter" { } action "NPM Publish" { - needs = "Publish Filter" { + needs = "Publish Filter" uses = "mikeal/merge-release@master" secrets = ["GITHUB_TOKEN", "NPM_AUTH_TOKEN"] }