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 Feb 9, 2024
1 parent 348232d commit 45cc19e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/make/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
PACKAGE_NAME := github.com/NibiruChain/nibiru
GOLANG_CROSS_VERSION ?= v1.19.4

# The `make release` command is running a Docker container with the image
# `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:
docker run \
--rm \
Expand Down

0 comments on commit 45cc19e

Please sign in to comment.