diff --git a/.circleci/config.yml b/.circleci/config.yml index ba18e5a..43655d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,16 +5,13 @@ jobs: - image: golang:1.12-alpine steps: - checkout - - name: Make compile - command: make compile + - run: make compile release: docker: - image: circleci/golang:1.12 steps: - checkout - - run: - name: goreleaser - command: curl -sL https://git.io/goreleaser | bash + - run: curl -sL https://git.io/goreleaser | bash workflows: version: 2 build_and_release: