mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-26 18:20:59 +00:00
Update main.workflow
This commit is contained in:
parent
40f5589ff8
commit
3f72737720
1 changed files with 2 additions and 1 deletions
1
.github/main.workflow
vendored
1
.github/main.workflow
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue