From dec73ea2f1b06190815e517a6c9aaa23b207cf96 Mon Sep 17 00:00:00 2001 From: lhitchon Date: Wed, 21 Nov 2018 20:36:25 -0800 Subject: [PATCH] change command line options for goreleaser --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8cbb0da..9d10f7c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,9 @@ jobs: at: /go/src/github.com/stelligent/config-lint - run: name: Release - command: curl -sL https://git.io/goreleaser | bash + command: | + go get github.com/goreleaser/goreleaser + goreleaser release --skip-validate workflows: version: 2