Skip to content

Commit 453931e

Browse files
committed
fix(app): fix release make script
1 parent c1e7871 commit 453931e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ run_with_genesis:
146146
### Release ###
147147
###############################################################################
148148

149-
GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v$(GO_VERSION)
149+
# GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v$(GO_VERSION)
150+
GORELEASER_IMAGE := ghcr.io/goreleaser/goreleaser-cross:v1.23.3 # v1.22.11 has no goreleaser-cross image
150151
COSMWASM_VERSION := $(shell go list -m github.com/CosmWasm/wasmvm | sed 's/.* //')
151152

152153
ifdef GITHUB_TOKEN

0 commit comments

Comments
 (0)