1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

goreleaser added

This commit is contained in:
Yuvraj 2020-04-29 09:58:20 -07:00
parent 7221fc8200
commit 5dc784f3b2

18
.github/main.workflow vendored
View file

@ -1,18 +0,0 @@
workflow "Release" {
on = "push"
resolves = ["goreleaser"]
}
action "is-tag" {
uses = "actions/bin/filter@master"
args = "tag"
}
action "goreleaser" {
uses = "docker://goreleaser/goreleaser"
secrets = [
"GITHUB_TOKEN",
]
args = "release"
needs = ["is-tag"]
}