fix(release): fix goreleaser setup

This commit is contained in:
2021-04-14 20:12:23 +01:00
parent e83e324867
commit eaf738c49f
3 changed files with 37 additions and 29 deletions

View File

@@ -27,16 +27,8 @@ jobs:
working_directory: /go/src/github.com/jimeh/casecmp
steps:
- checkout
- run:
name: Install tools
command: |
go get github.com/goreleaser/goreleaser
- run:
name: Install dependencies
command: go mod download
- run:
name: Run goreleaser
command: goreleaser
- run: curl -sL https://git.io/goreleaser | bash
workflows:
version: 2
build: