Skip to content

Commit

Permalink
goreleaser - replace deprecated flag
Browse files Browse the repository at this point in the history
  • Loading branch information
iximiuz committed Jul 25, 2023
1 parent 9488dab commit 3912c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ build-dev:
-o cdebug

release:
goreleaser --rm-dist
goreleaser --clean

release-snapshot:
goreleaser release --snapshot --rm-dist
goreleaser release --snapshot --clean

test-e2e:
go test -v -count 1 ./e2e/exec

0 comments on commit 3912c13

Please sign in to comment.