issue with patterns and vendor directory

This commit is contained in:
Casey Lee
2019-02-07 09:39:04 -08:00
parent 18427728ae
commit 7b012832b4
2 changed files with 2 additions and 1 deletions

View File

@@ -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