From db677404ae52164f8a3e448f95928e0595ea06fe Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Thu, 7 Feb 2019 09:39:04 -0800 Subject: [PATCH] issue with patterns and vendor directory --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index 80c413fc..edbf63df 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -10,7 +10,7 @@ action "check" { action "release-filter" { needs = ["check"] uses = "actions/bin/filter@master" - args = "tag v*" + args = "tag 'v*'" } # only release on `v*` tags