1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-11 17:50:58 +00:00

issue with patterns and vendor directory

This commit is contained in:
Casey Lee 2019-02-07 09:39:04 -08:00
parent 4d29891e59
commit db677404ae

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