Skip to content

Commit

Permalink
Skip git validation in release
Browse files Browse the repository at this point in the history
Gopkg.lock may have changed due to running
  • Loading branch information
dnephin committed Nov 11, 2018
1 parent ad9c8f4 commit 3bf723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
go get github.com/goreleaser/goreleaser
goreleaser --rm-dist
goreleaser --rm-dist --skip-validate
workflows:
version: 2
Expand Down

0 comments on commit 3bf723a

Please sign in to comment.