issue with patterns and vendor directory
This commit is contained in:
parent
18427728ae
commit
7b012832b4
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user