1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-03-19 21:10:15 +02:00

Use goreleaser release binary.

This commit is contained in:
Alec Thomas 2019-07-19 11:04:16 +10:00
parent ebc5ee03ef
commit 5b0cc9c6ee

View File

@ -6,5 +6,5 @@ script:
- ./bin/golangci-lint run - ./bin/golangci-lint run
- git clean -fdx . - git clean -fdx .
after_success: after_success:
go get github.com/goreleaser/goreleaser && goreleaser curl -sL https://git.io/goreleaser | bash && goreleaser