mirror of https://gitea.com/gitea/act_runner.git
issue with patterns and vendor directory
This commit is contained in:
parent
18427728ae
commit
7b012832b4
|
|
@ -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