From c08b37978b54350c504b9a5d560dfda5db97fc30 Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Wed, 23 Jan 2019 06:13:09 -0800 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index c226aa4..11d534d 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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"] -} \ No newline at end of file +}