Skip to content

Commit

Permalink
Remove hardcoding var
Browse files Browse the repository at this point in the history
  • Loading branch information
tkxkd0159 committed Jun 26, 2024
1 parent 756c106 commit 6aae670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ error-doc-gen:
###############################################################################

GORELEASER_IMAGE := goreleaser/goreleaser-cross:v$(GO_VERSION)
PACKAGE_NAME := github.com/Finschia/finschia-sdk
PACKAGE_NAME := $(shell grep "^module" go.mod | cut -d' ' -f2)

ifdef GITHUB_TOKEN
release:
Expand Down

0 comments on commit 6aae670

Please sign in to comment.