1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-11 17:50:58 +00:00

bump workflow

This commit is contained in:
Casey Lee 2019-01-23 06:11:53 -08:00
parent ca1182402b
commit 40f5589ff8

View file

@ -20,6 +20,7 @@ action "release" {
secrets = ["GITHUB_TOKEN"]
}
# local action for `make build`
action "build" {
uses = "docker://goreleaser/goreleaser:v0.97"
args = "--snapshot --rm-dist"