Skip to content

Commit

Permalink
fix: remove verify-dist-temp
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Dec 18, 2023
1 parent e556614 commit a540312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/make/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GOLANG_CROSS_VERSION ?= v1.21.5
# `gorelease/goreleaser-cross:${GOLANG_CROSS_VERSION}`. This command:
# `-v "$(CURDIR)":/go/src/$(PACKAGE_NAME)`: mounts the current directory
# `release --clean`: executes the release inside the directory
release: verify-dist-temp
release:
docker run \
--rm \
--platform linux/amd64 \
Expand Down

0 comments on commit a540312

Please sign in to comment.