Skip to content

Commit

Permalink
Fix circle release config
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin committed May 2, 2018
1 parent 51bda12 commit ab2fe5e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ jobs:
working_directory: /go/src/gotest.tools/gotestsum
steps:
- checkout
- deploy: |
go get github.com/goreleaser/goreleaser
goreleaser --rm-dist
- deploy:
name: "release"
command: |
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
go get github.com/goreleaser/goreleaser
goreleaser --rm-dist
workflows:
version: 2
Expand Down

0 comments on commit ab2fe5e

Please sign in to comment.