mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
Update main.workflow
This commit is contained in:
parent
40f5589ff8
commit
3f72737720
1 changed files with 2 additions and 1 deletions
3
.github/main.workflow
vendored
3
.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"
|
||||
|
@ -25,4 +26,4 @@ action "build" {
|
|||
uses = "docker://goreleaser/goreleaser:v0.97"
|
||||
args = "--snapshot --rm-dist"
|
||||
secrets = ["SNAPSHOT_VERSION"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue