diff --git a/.github/main.workflow b/.github/main.workflow index 80c413fc..edbf63df 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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