Skip to content

Commit

Permalink
ci: fix gorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Oct 6, 2024
1 parent ec74f7a commit cda5e30
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 @@ -22,7 +22,7 @@ release-dry-run:
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-w /go/src/$(PACKAGE_NAME) \
goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
--clean --skip-validate --skip-publish --timeout=1h --parallelism=1
--clean --skip=validate,publish --timeout=1h --parallelism=1

.PHONY: release
release:
Expand All @@ -39,7 +39,7 @@ release:
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-w /go/src/$(PACKAGE_NAME) \
goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
--clean --skip-validate --timeout=1h
--clean --skip=validate --timeout=1h

.PHONY: clean
clean:
Expand Down

0 comments on commit cda5e30

Please sign in to comment.