Skip to content

Commit

Permalink
🧹 Fix deprecated goreleaser flags (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
czunker authored Oct 12, 2023
1 parent 89674ab commit 2858647
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 @@ -100,10 +100,10 @@ cnspec/install:
GOBIN=${GOPATH}/bin go install ${LDFLAGSDIST} apps/cnspec/cnspec.go

cnspec/dist/goreleaser/stable:
goreleaser release --clean --skip-publish --skip-validate -f .goreleaser.yml --timeout 120m
goreleaser release --clean --skip=validate,publish -f .goreleaser.yml --timeout 120m

cnspec/dist/goreleaser/edge:
goreleaser release --clean --skip-publish --skip-validate -f .goreleaser.yml --timeout 120m --snapshot
goreleaser release --clean --skip=validate,publish -f .goreleaser.yml --timeout 120m --snapshot


# ⛹🏽‍ Testing #
Expand Down

0 comments on commit 2858647

Please sign in to comment.