Skip to content

Commit 10ab660

Browse files
authored
Fix make release script (#530)
* fix(app): fix release make script
1 parent 2d507e2 commit 10ab660

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)