mirror of
https://gitea.com/gitea/runner.git
synced 2026-07-08 08:01:37 +08:00
Update main.workflow
This commit is contained in:
@@ -13,6 +13,7 @@ action "branch-filter" {
|
||||
args = "tag v*"
|
||||
}
|
||||
|
||||
# only release on `v*` tags
|
||||
action "release" {
|
||||
needs = ["branch-filter"]
|
||||
uses = "docker://goreleaser/goreleaser:v0.97"
|
||||
|
||||
Reference in New Issue
Block a user