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:
parent
4d29891e59
commit
db677404ae
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue