Skip to content

Commit

Permalink
change command line options for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
lhitchon committed Nov 22, 2018
1 parent a1f1850 commit dec73ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dec73ea

Please sign in to comment.