Skip to content

Commit

Permalink
fix: try skipping build (this is only library)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusbakunas committed Jul 19, 2022
1 parent 3f3c198 commit 5a5fd02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ before:
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
build:
skip: true
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 5a5fd02

Please sign in to comment.